#80562F

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

Shades of Korma #80562F

Tints of Korma #80562F

Color information

#80562F (or 0x80562F) is unknown color: approx Korma. HEX triplet: 80, 56 and 2F. RGB value is (128,86,47). Sum of RGB (Red+Green+Blue) = 128+86+47=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #80562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80562F is #7FA9D0. Grayscale: #5E5E5E. Windows color (decimal): -8366545 or 3102336. OLE color: 3102336.

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

Color convert

RGB1288647-
CMYK00.330.630.50
HSL28.89º46.29%34.31%-
HSV(B)28.89º63.28%50.2%-
XYZ12.7411.454.23-
YUV94.11101.41152.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.04%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 47 (18.75% from 255) = 18.01%
R=49.04%
G=32.95%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128864700.330.630.5028.8946.2934.31
Hex80562F0213F321d2e22
Octal200126570417762355642
Binary100000001010110101111010000111111111001011101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80562F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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