#815C20

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

Shades of Hot Curry #815C20

Tints of Hot Curry #815C20

Color information

#815C20 (or 0x815C20) is unknown color: approx Hot Curry. HEX triplet: 81, 5C and 20. RGB value is (129,92,32). Sum of RGB (Red+Green+Blue) = 129+92+32=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #815C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815C20 is #7EA3DF. Grayscale: #606060. Windows color (decimal): -8299488 or 2120833. OLE color: 2120833.

HSL color Cylindrical-coordinate representation of color #815C20: hue angle of 37.11º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #815C20 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1299232-
CMYK00.290.750.49
HSL37.11º60.25%31.57%-
HSV(B)37.11º75.19%50.59%-
XYZ13.1412.433.07-
YUV96.2291.76151.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.99%
GREEN value IS 92 (36.33% from 255) = 36.36%
BLUE value IS 32 (12.89% from 255) = 12.65%
R=50.99%
G=36.36%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129923200.290.750.4937.1160.2531.57
Hex815C2001D4B31253c20
Octal2011344003511361457440
Binary1000000110111001000000111011001011110001100101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815C20; }

 p { color: rgb(129,92,32); }

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

<style>
 a { background-color: #815C20; }

 a { background-color: rgb(129,92,32); }

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

<style>
 span { border-color: #815C20; }

 span { border-color: rgb(129,92,32); }

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