#80531F

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

Shades of Hot Curry #80531F

Tints of Hot Curry #80531F

Color information

#80531F (or 0x80531F) is unknown color: approx Hot Curry. HEX triplet: 80, 53 and 1F. RGB value is (128,83,31). Sum of RGB (Red+Green+Blue) = 128+83+31=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80531F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80531F is #7FACE0. Grayscale: #5A5A5A. Windows color (decimal): -8367329 or 2052992. OLE color: 2052992.

HSL color Cylindrical-coordinate representation of color #80531F: hue angle of 32.16º 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 #80531F is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB1288331-
CMYK00.350.760.50
HSL32.16º61.01%31.18%-
HSV(B)32.16º75.78%50.2%-
XYZ12.2410.872.75-
YUV90.5394.41154.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.89%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 31 (12.5% from 255) = 12.81%
R=52.89%
G=34.30%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128833100.350.760.5032.1661.0131.18
Hex80531F0234C32203d1f
Octal2001233704311462407537
Binary100000001010011111110100011100110011001010000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80531F; }

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

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

<style>
 a { background-color: #80531F; }

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

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

<style>
 span { border-color: #80531F; }

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

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