#815E1B

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

Shades of Hot Curry #815E1B

Tints of Hot Curry #815E1B

Color information

#815E1B (or 0x815E1B) is unknown color: approx Hot Curry. HEX triplet: 81, 5E and 1B. RGB value is (129,94,27). Sum of RGB (Red+Green+Blue) = 129+94+27=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #815E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815E1B is #7EA1E4. Grayscale: #616161. Windows color (decimal): -8298981 or 1793665. OLE color: 1793665.

HSL color Cylindrical-coordinate representation of color #815E1B: hue angle of 39.41º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #815E1B is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1299427-
CMYK00.270.790.49
HSL39.41º65.38%30.59%-
HSV(B)39.41º79.07%50.59%-
XYZ13.2512.752.8-
YUV96.8388.6150.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 94 (37.11% from 255) = 37.6%
BLUE value IS 27 (10.94% from 255) = 10.8%
R=51.6%
G=37.6%
B=10.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129942700.270.790.4939.4165.3830.59
Hex815E1B01B4F3127411f
Octal20113633033117614710137
Binary100000011011110110110110111001111110001100111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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