#815E30

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

Shades of Hot Curry #815E30

Tints of Hot Curry #815E30

Color information

#815E30 (or 0x815E30) is unknown color: approx Hot Curry. HEX triplet: 81, 5E and 30. RGB value is (129,94,48). Sum of RGB (Red+Green+Blue) = 129+94+48=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #815E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815E30 is #7EA1CF. Grayscale: #636363. Windows color (decimal): -8298960 or 3169921. OLE color: 3169921.

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

Color convert

RGB1299448-
CMYK00.270.630.49
HSL34.07º45.76%34.71%-
HSV(B)34.07º62.79%50.59%-
XYZ13.5912.894.57-
YUV99.2299.1149.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 48 (19.14% from 255) = 17.71%
R=47.60%
G=34.69%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129944800.270.630.4934.0745.7634.71
Hex815E3001B3F31222e23
Octal201136600337761425643
Binary100000011011110110000011011111111110001100010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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