#82532A

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

Shades of Korma #82532A

Tints of Korma #82532A

Color information

#82532A (or 0x82532A) is unknown color: approx Korma. HEX triplet: 82, 53 and 2A. RGB value is (130,83,42). Sum of RGB (Red+Green+Blue) = 130+83+42=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #82532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82532A is #7DACD5. Grayscale: #5C5C5C. Windows color (decimal): -8236246 or 2773890. OLE color: 2773890.

HSL color Cylindrical-coordinate representation of color #82532A: hue angle of 27.95º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82532A is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1308342-
CMYK00.360.680.49
HSL27.95º51.16%33.73%-
HSV(B)27.95º67.69%50.98%-
XYZ12.7211.13.66-
YUV92.3899.57154.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.98%
GREEN value IS 83 (32.81% from 255) = 32.55%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=50.98%
G=32.55%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130834200.360.680.4927.9551.1633.73
Hex82532A02444311c3322
Octal2021235204410461346342
Binary1000001010100111010100100100100010011000111100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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