#815C30

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

Shades of Hot Curry #815C30

Tints of Hot Curry #815C30

Color information

#815C30 (or 0x815C30) is unknown color: approx Hot Curry. HEX triplet: 81, 5C and 30. RGB value is (129,92,48). Sum of RGB (Red+Green+Blue) = 129+92+48=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #815C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815C30 is #7EA3CF. Grayscale: #626262. Windows color (decimal): -8299472 or 3169409. OLE color: 3169409.

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

Color convert

RGB1299248-
CMYK00.290.630.49
HSL32.59º45.76%34.71%-
HSV(B)32.59º62.79%50.59%-
XYZ13.4112.534.51-
YUV98.0599.76150.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.96%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 48 (19.14% from 255) = 17.84%
R=47.96%
G=34.20%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129924800.290.630.4932.5945.7634.71
Hex815C3001D3F31212e23
Octal201134600357761415643
Binary100000011011100110000011101111111110001100001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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