#80532A

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

Shades of Korma #80532A

Tints of Korma #80532A

Color information

#80532A (or 0x80532A) is unknown color: approx Korma. HEX triplet: 80, 53 and 2A. RGB value is (128,83,42). Sum of RGB (Red+Green+Blue) = 128+83+42=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #80532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80532A is #7FACD5. Grayscale: #5B5B5B. Windows color (decimal): -8367318 or 2773888. OLE color: 2773888.

HSL color Cylindrical-coordinate representation of color #80532A: hue angle of 28.6º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80532A is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1288342-
CMYK00.350.670.50
HSL28.6º50.59%33.33%-
HSV(B)28.6º67.19%50.2%-
XYZ12.4110.943.65-
YUV91.7899.91153.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.59%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=50.59%
G=32.81%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128834200.350.670.5028.650.5933.33
Hex80532A02343321d3321
Octal2001235204310362356341
Binary1000000010100111010100100011100001111001011101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80532A; }

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

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

<style>
 a { background-color: #80532A; }

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

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

<style>
 span { border-color: #80532A; }

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

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