#835B15

Color #835B15 Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #835B15

Tints of Hot Curry #835B15

Color information

#835B15 (or 0x835B15) is unknown color: approx Hot Curry. HEX triplet: 83, 5B and 15. RGB value is (131,91,21). Sum of RGB (Red+Green+Blue) = 131+91+21=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #835B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835B15 is #7CA4EA. Grayscale: #5F5F5F. Windows color (decimal): -8168683 or 1399683. OLE color: 1399683.

HSL color Cylindrical-coordinate representation of color #835B15: hue angle of 38.18º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #835B15 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB1319121-
CMYK00.310.840.49
HSL38.18º72.37%29.8%-
HSV(B)38.18º83.97%51.37%-
XYZ13.2412.362.4-
YUV94.9886.25153.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 53.91%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 21 (8.59% from 255) = 8.64%
R=53.91%
G=37.45%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131912100.310.840.4938.1872.3729.8
Hex835B1501F543126481e
Octal20313325037124614611036
Binary100000111011011101010111111010100110001100110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835B15; }

 p { color: rgb(131,91,21); }

 H1.HeaderClassName
 {
   color: #835B15;
 }
 .AnyTagClassName
 {
   color: #835B15;
 }
</style>
background-color css

<style>
 a { background-color: #835B15; }

 a { background-color: rgb(131,91,21); }

 div.DivClassName
 {
   background-color: #835B15;
 }
 .BgClassName
 {
   background-color: #835B15;
 }
</style>
border-color css

<style>
 span { border-color: #835B15; }

 span { border-color: rgb(131,91,21); }

 td.TdClassName
 {
   border-color: #835B15;
 }
 .TagClassName
 {
   border-color: #835B15;
 }
</style>