#82522C

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

Shades of Korma #82522C

Tints of Korma #82522C

Color information

#82522C (or 0x82522C) is unknown color: approx Korma. HEX triplet: 82, 52 and 2C. RGB value is (130,82,44). Sum of RGB (Red+Green+Blue) = 130+82+44=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82522C is #7DADD3. Grayscale: #5C5C5C. Windows color (decimal): -8236500 or 2904706. OLE color: 2904706.

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

Color convert

RGB1308244-
CMYK00.370.660.49
HSL26.51º49.43%34.12%-
HSV(B)26.51º66.15%50.98%-
XYZ12.6810.963.83-
YUV92.02100.9155.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 44 (17.58% from 255) = 17.19%
R=50.78%
G=32.03%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130824400.370.660.4926.5149.4334.12
Hex82522C02542311b3122
Octal2021225404510261336142
Binary1000001010100101011000100101100001011000111011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82522C; }

 p { color: rgb(130,82,44); }

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

<style>
 a { background-color: #82522C; }

 a { background-color: rgb(130,82,44); }

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

<style>
 span { border-color: #82522C; }

 span { border-color: rgb(130,82,44); }

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