#835A18

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

Shades of Hot Curry #835A18

Tints of Hot Curry #835A18

Color information

#835A18 (or 0x835A18) is unknown color: approx Hot Curry. HEX triplet: 83, 5A and 18. RGB value is (131,90,24). Sum of RGB (Red+Green+Blue) = 131+90+24=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #835A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835A18 is #7CA5E7. Grayscale: #5F5F5F. Windows color (decimal): -8168936 or 1596035. OLE color: 1596035.

HSL color Cylindrical-coordinate representation of color #835A18: hue angle of 37.01º 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 #835A18 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1319024-
CMYK00.310.820.49
HSL37.01º69.03%30.39%-
HSV(B)37.01º81.68%51.37%-
XYZ13.1812.22.52-
YUV94.7488.08153.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.47%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 24 (9.77% from 255) = 9.80%
R=53.47%
G=36.73%
B=9.80%

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
Decimal131902400.310.820.4937.0169.0330.39
Hex835A1801F523125451e
Octal20313230037122614510536
Binary100000111011010110000111111010010110001100101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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