#835B18

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

Shades of Hot Curry #835B18

Tints of Hot Curry #835B18

Color information

#835B18 (or 0x835B18) is unknown color: approx Hot Curry. HEX triplet: 83, 5B and 18. RGB value is (131,91,24). Sum of RGB (Red+Green+Blue) = 131+91+24=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #835B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835B18 is #7CA4E7. Grayscale: #5F5F5F. Windows color (decimal): -8168680 or 1596291. OLE color: 1596291.

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

Color convert

RGB1319124-
CMYK00.310.820.49
HSL37.57º69.03%30.39%-
HSV(B)37.57º81.68%51.37%-
XYZ13.2712.372.55-
YUV95.3287.75153.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.25%
GREEN value IS 91 (35.94% from 255) = 36.99%
BLUE value IS 24 (9.77% from 255) = 9.76%
R=53.25%
G=36.99%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131912400.310.820.4937.5769.0330.39
Hex835B1801F523126451e
Octal20313330037122614610536
Binary100000111011011110000111111010010110001100110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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