#805D1F

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

Shades of Hot Curry #805D1F

Tints of Hot Curry #805D1F

Color information

#805D1F (or 0x805D1F) is unknown color: approx Hot Curry. HEX triplet: 80, 5D and 1F. RGB value is (128,93,31). Sum of RGB (Red+Green+Blue) = 128+93+31=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #805D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805D1F is #7FA2E0. Grayscale: #606060. Windows color (decimal): -8364769 or 2055552. OLE color: 2055552.

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

Color convert

RGB1289331-
CMYK00.270.760.50
HSL38.35º61.01%31.18%-
HSV(B)38.35º75.78%50.2%-
XYZ13.0612.523.02-
YUV96.491.1150.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.79%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=50.79%
G=36.90%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128933100.270.760.5038.3561.0131.18
Hex805D1F01B4C32263d1f
Octal2001353703311462467537
Binary10000000101110111111011011100110011001010011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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