#815716

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

Shades of Hot Curry #815716

Tints of Hot Curry #815716

Color information

#815716 (or 0x815716) is unknown color: approx Hot Curry. HEX triplet: 81, 57 and 16. RGB value is (129,87,22). Sum of RGB (Red+Green+Blue) = 129+87+22=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #815716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815716 is #7EA8E9. Grayscale: #5C5C5C. Windows color (decimal): -8300778 or 1464193. OLE color: 1464193.

HSL color Cylindrical-coordinate representation of color #815716: hue angle of 36.45º 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 #815716 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB1298722-
CMYK00.330.830.49
HSL36.45º70.86%29.61%-
HSV(B)36.45º82.95%50.59%-
XYZ12.6111.542.32-
YUV92.1588.41154.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.20%
GREEN value IS 87 (34.38% from 255) = 36.55%
BLUE value IS 22 (8.98% from 255) = 9.24%
R=54.20%
G=36.55%
B=9.24%

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
Decimal129872200.330.830.4936.4570.8629.61
Hex815716021533124471e
Octal20112726041123614410736
Binary1000000110101111011001000011010011110001100100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815716; }

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

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

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

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

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

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

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

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