#815B1D

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

Shades of Hot Curry #815B1D

Tints of Hot Curry #815B1D

Color information

#815B1D (or 0x815B1D) is unknown color: approx Hot Curry. HEX triplet: 81, 5B and 1D. RGB value is (129,91,29). Sum of RGB (Red+Green+Blue) = 129+91+29=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #815B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815B1D is #7EA4E2. Grayscale: #5F5F5F. Windows color (decimal): -8299747 or 1923969. OLE color: 1923969.

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

Color convert

RGB1299129-
CMYK00.290.780.49
HSL37.2º63.29%30.98%-
HSV(B)37.2º77.52%50.59%-
XYZ13.0212.242.84-
YUV95.2990.59152.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 91 (35.94% from 255) = 36.55%
BLUE value IS 29 (11.72% from 255) = 11.65%
R=51.81%
G=36.55%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129912900.290.780.4937.263.2930.98
Hex815B1D01D4E31253f1f
Octal2011333503511661457737
Binary10000001101101111101011101100111011000110010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,91,29); }

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

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

 a { background-color: rgb(129,91,29); }

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

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

 span { border-color: rgb(129,91,29); }

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