#815F2A

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

Shades of Hot Curry #815F2A

Tints of Hot Curry #815F2A

Color information

#815F2A (or 0x815F2A) is unknown color: approx Hot Curry. HEX triplet: 81, 5F and 2A. RGB value is (129,95,42). Sum of RGB (Red+Green+Blue) = 129+95+42=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #815F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815F2A is #7EA0D5. Grayscale: #636363. Windows color (decimal): -8298710 or 2776961. OLE color: 2776961.

HSL color Cylindrical-coordinate representation of color #815F2A: hue angle of 36.55º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #815F2A is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1299542-
CMYK00.260.670.49
HSL36.55º50.88%33.53%-
HSV(B)36.55º67.44%50.59%-
XYZ13.5613.023.99-
YUV99.1295.76149.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.50%
GREEN value IS 95 (37.5% from 255) = 35.71%
BLUE value IS 42 (16.80% from 255) = 15.79%
R=48.50%
G=35.71%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129954200.260.670.4936.5550.8833.53
Hex815F2A01A4331253322
Octal2011375203210361456342
Binary1000000110111111010100110101000011110001100101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,95,42); }

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

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

 a { background-color: rgb(129,95,42); }

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

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

 span { border-color: rgb(129,95,42); }

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