#815C19

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

Shades of Hot Curry #815C19

Tints of Hot Curry #815C19

Color information

#815C19 (or 0x815C19) is unknown color: approx Hot Curry. HEX triplet: 81, 5C and 19. RGB value is (129,92,25). Sum of RGB (Red+Green+Blue) = 129+92+25=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #815C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815C19 is #7EA3E6. Grayscale: #5F5F5F. Windows color (decimal): -8299495 or 1662081. OLE color: 1662081.

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

Color convert

RGB1299225-
CMYK00.290.810.49
HSL38.65º67.53%30.2%-
HSV(B)38.65º80.62%50.59%-
XYZ13.0612.392.62-
YUV95.4288.26151.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.44%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 25 (10.16% from 255) = 10.16%
R=52.44%
G=37.40%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129922500.290.810.4938.6567.5330.2
Hex815C1901D513127441e
Octal20113431035121614710436
Binary100000011011100110010111011010001110001100111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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