#82532D

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

Shades of Korma #82532D

Tints of Korma #82532D

Color information

#82532D (or 0x82532D) is unknown color: approx Korma. HEX triplet: 82, 53 and 2D. RGB value is (130,83,45). Sum of RGB (Red+Green+Blue) = 130+83+45=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82532D is #7DACD2. Grayscale: #5C5C5C. Windows color (decimal): -8236243 or 2970498. OLE color: 2970498.

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

Color convert

RGB1308345-
CMYK00.360.650.49
HSL26.82º48.57%34.31%-
HSV(B)26.82º65.38%50.98%-
XYZ12.7711.123.96-
YUV92.72101.07154.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.39%
GREEN value IS 83 (32.81% from 255) = 32.17%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=50.39%
G=32.17%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130834500.360.650.4926.8248.5734.31
Hex82532D02441311b3122
Octal2021235504410161336142
Binary1000001010100111011010100100100000111000111011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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