#815616

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

Shades of Hot Curry #815616

Tints of Hot Curry #815616

Color information

#815616 (or 0x815616) is unknown color: approx Hot Curry. HEX triplet: 81, 56 and 16. RGB value is (129,86,22). Sum of RGB (Red+Green+Blue) = 129+86+22=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #815616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815616 is #7EA9E9. Grayscale: #5B5B5B. Windows color (decimal): -8301034 or 1463937. OLE color: 1463937.

HSL color Cylindrical-coordinate representation of color #815616: hue angle of 35.89º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #815616 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB1298622-
CMYK00.330.830.49
HSL35.89º70.86%29.61%-
HSV(B)35.89º82.95%50.59%-
XYZ12.5311.382.3-
YUV91.5688.75154.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.43%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 22 (8.98% from 255) = 9.28%
R=54.43%
G=36.29%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129862200.330.830.4935.8970.8629.61
Hex815616021533124471e
Octal20112626041123614410736
Binary1000000110101101011001000011010011110001100100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815616; }

 p { color: rgb(129,86,22); }

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

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

 a { background-color: rgb(129,86,22); }

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

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

 span { border-color: rgb(129,86,22); }

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