#815C21

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

Shades of Hot Curry #815C21

Tints of Hot Curry #815C21

Color information

#815C21 (or 0x815C21) is unknown color: approx Hot Curry. HEX triplet: 81, 5C and 21. RGB value is (129,92,33). Sum of RGB (Red+Green+Blue) = 129+92+33=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #815C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815C21 is #7EA3DE. Grayscale: #606060. Windows color (decimal): -8299487 or 2186369. OLE color: 2186369.

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

Color convert

RGB1299233-
CMYK00.290.740.49
HSL36.88º59.26%31.76%-
HSV(B)36.88º74.42%50.59%-
XYZ13.1512.433.14-
YUV96.3492.26151.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.79%
GREEN value IS 92 (36.33% from 255) = 36.22%
BLUE value IS 33 (13.28% from 255) = 12.99%
R=50.79%
G=36.22%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129923300.290.740.4936.8859.2631.76
Hex815C2101D4A31253b20
Octal2011344103511261457340
Binary1000000110111001000010111011001010110001100101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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