#816124

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

Shades of Hot Curry #816124

Tints of Hot Curry #816124

Color information

#816124 (or 0x816124) is unknown color: approx Hot Curry. HEX triplet: 81, 61 and 24. RGB value is (129,97,36). Sum of RGB (Red+Green+Blue) = 129+97+36=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #816124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816124 is #7E9EDB. Grayscale: #636363. Windows color (decimal): -8298204 or 2384257. OLE color: 2384257.

HSL color Cylindrical-coordinate representation of color #816124: hue angle of 39.35º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #816124 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1299736-
CMYK00.250.720.49
HSL39.35º56.36%32.35%-
HSV(B)39.35º72.09%50.59%-
XYZ13.6513.343.53-
YUV99.6192.1148.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.24%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 36 (14.45% from 255) = 13.74%
R=49.24%
G=37.02%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129973600.250.720.4939.3556.3632.35
Hex8161240194831273820
Octal2011414403111061477040
Binary1000000111000011001000110011001000110001100111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816124; }

 p { color: rgb(129,97,36); }

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

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

 a { background-color: rgb(129,97,36); }

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

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

 span { border-color: rgb(129,97,36); }

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