#815B24

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

Shades of Hot Curry #815B24

Tints of Hot Curry #815B24

Color information

#815B24 (or 0x815B24) is unknown color: approx Hot Curry. HEX triplet: 81, 5B and 24. RGB value is (129,91,36). Sum of RGB (Red+Green+Blue) = 129+91+36=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #815B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815B24 is #7EA4DB. Grayscale: #606060. Windows color (decimal): -8299740 or 2382721. OLE color: 2382721.

HSL color Cylindrical-coordinate representation of color #815B24: hue angle of 35.48º 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 #815B24 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1299136-
CMYK00.290.720.49
HSL35.48º56.36%32.35%-
HSV(B)35.48º72.09%50.59%-
XYZ13.1112.283.35-
YUV96.0994.09151.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.39%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 36 (14.45% from 255) = 14.06%
R=50.39%
G=35.55%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129913600.290.720.4935.4856.3632.35
Hex815B2401D4831233820
Octal2011334403511061437040
Binary1000000110110111001000111011001000110001100011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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