#815C2A

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

Shades of Hot Curry #815C2A

Tints of Hot Curry #815C2A

Color information

#815C2A (or 0x815C2A) is unknown color: approx Hot Curry. HEX triplet: 81, 5C and 2A. RGB value is (129,92,42). Sum of RGB (Red+Green+Blue) = 129+92+42=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #815C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815C2A is #7EA3D5. Grayscale: #616161. Windows color (decimal): -8299478 or 2776193. OLE color: 2776193.

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

Color convert

RGB1299242-
CMYK00.290.670.49
HSL34.48º50.88%33.53%-
HSV(B)34.48º67.44%50.59%-
XYZ13.312.493.9-
YUV97.3696.76150.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.05%
GREEN value IS 92 (36.33% from 255) = 34.98%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=49.05%
G=34.98%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129924200.290.670.4934.4850.8833.53
Hex815C2A01D4331223322
Octal2011345203510361426342
Binary1000000110111001010100111011000011110001100010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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