#80522B

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

Shades of Korma #80522B

Tints of Korma #80522B

Color information

#80522B (or 0x80522B) is unknown color: approx Korma. HEX triplet: 80, 52 and 2B. RGB value is (128,82,43). Sum of RGB (Red+Green+Blue) = 128+82+43=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #80522B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80522B is #7FADD4. Grayscale: #5B5B5B. Windows color (decimal): -8367573 or 2839168. OLE color: 2839168.

HSL color Cylindrical-coordinate representation of color #80522B: hue angle of 27.53º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80522B is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1288243-
CMYK00.360.660.50
HSL27.53º49.71%33.53%-
HSV(B)27.53º66.41%50.2%-
XYZ12.3610.83.72-
YUV91.31100.74154.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.59%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 43 (17.19% from 255) = 17.00%
R=50.59%
G=32.41%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128824300.360.660.5027.5349.7133.53
Hex80522B02442321c3222
Octal2001225304410262346242
Binary1000000010100101010110100100100001011001011100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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