#815A2A

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

Shades of Hot Curry #815A2A

Tints of Hot Curry #815A2A

Color information

#815A2A (or 0x815A2A) is unknown color: approx Hot Curry. HEX triplet: 81, 5A and 2A. RGB value is (129,90,42). Sum of RGB (Red+Green+Blue) = 129+90+42=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #815A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815A2A is #7EA5D5. Grayscale: #606060. Windows color (decimal): -8299990 or 2775681. OLE color: 2775681.

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

Color convert

RGB1299042-
CMYK00.300.670.49
HSL33.1º50.88%33.53%-
HSV(B)33.1º67.44%50.59%-
XYZ13.1312.153.84-
YUV96.1997.42151.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.43%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=49.43%
G=34.48%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129904200.300.670.4933.150.8833.53
Hex815A2A01E4331213322
Octal2011325203610361416342
Binary1000000110110101010100111101000011110001100001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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