#80582F

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

Shades of Hot Curry #80582F

Tints of Hot Curry #80582F

Color information

#80582F (or 0x80582F) is unknown color: approx Hot Curry. HEX triplet: 80, 58 and 2F. RGB value is (128,88,47). Sum of RGB (Red+Green+Blue) = 128+88+47=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #80582F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80582F is #7FA7D0. Grayscale: #5F5F5F. Windows color (decimal): -8366033 or 3102848. OLE color: 3102848.

HSL color Cylindrical-coordinate representation of color #80582F: hue angle of 30.37º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80582F is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB1288847-
CMYK00.310.630.50
HSL30.37º46.29%34.31%-
HSV(B)30.37º63.28%50.2%-
XYZ12.911.774.28-
YUV95.29100.75151.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.67%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 47 (18.75% from 255) = 17.87%
R=48.67%
G=33.46%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128884700.310.630.5030.3746.2934.31
Hex80582F01F3F321e2e22
Octal200130570377762365642
Binary10000000101100010111101111111111111001011110101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,88,47); }

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

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

 a { background-color: rgb(128,88,47); }

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

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

 span { border-color: rgb(128,88,47); }

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