#80522F

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

Shades of Korma #80522F

Tints of Korma #80522F

Color information

#80522F (or 0x80522F) is unknown color: approx Korma. HEX triplet: 80, 52 and 2F. RGB value is (128,82,47). Sum of RGB (Red+Green+Blue) = 128+82+47=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #80522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80522F is #7FADD0. Grayscale: #5B5B5B. Windows color (decimal): -8367569 or 3101312. OLE color: 3101312.

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

Color convert

RGB1288247-
CMYK00.360.630.50
HSL25.93º46.29%34.31%-
HSV(B)25.93º63.28%50.2%-
XYZ12.4310.834.12-
YUV91.76102.74153.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.81%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 47 (18.75% from 255) = 18.29%
R=49.81%
G=31.91%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128824700.360.630.5025.9346.2934.31
Hex80522F0243F321a2e22
Octal200122570447762325642
Binary100000001010010101111010010011111111001011010101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80522F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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