#805D1C

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

Shades of Hot Curry #805D1C

Tints of Hot Curry #805D1C

Color information

#805D1C (or 0x805D1C) is unknown color: approx Hot Curry. HEX triplet: 80, 5D and 1C. RGB value is (128,93,28). Sum of RGB (Red+Green+Blue) = 128+93+28=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #805D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805D1C is #7FA2E3. Grayscale: #606060. Windows color (decimal): -8364772 or 1858944. OLE color: 1858944.

HSL color Cylindrical-coordinate representation of color #805D1C: hue angle of 39º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #805D1C is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB1289328-
CMYK00.270.780.50
HSL39º64.1%30.59%-
HSV(B)39º78.12%50.2%-
XYZ13.0312.52.83-
YUV96.0689.6150.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.41%
GREEN value IS 93 (36.72% from 255) = 37.35%
BLUE value IS 28 (11.33% from 255) = 11.24%
R=51.41%
G=37.35%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128932800.270.780.503964.130.59
Hex805D1C01B4E3227401f
Octal20013534033116624710037
Binary100000001011101111000110111001110110010100111100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805D1C; }

 p { color: rgb(128,93,28); }

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

<style>
 a { background-color: #805D1C; }

 a { background-color: rgb(128,93,28); }

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

<style>
 span { border-color: #805D1C; }

 span { border-color: rgb(128,93,28); }

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