#82552D

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

Shades of Korma #82552D

Tints of Korma #82552D

Color information

#82552D (or 0x82552D) is unknown color: approx Korma. HEX triplet: 82, 55 and 2D. RGB value is (130,85,45). Sum of RGB (Red+Green+Blue) = 130+85+45=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82552D is #7DAAD2. Grayscale: #5E5E5E. Windows color (decimal): -8235731 or 2971010. OLE color: 2971010.

HSL color Cylindrical-coordinate representation of color #82552D: hue angle of 28.24º 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 #82552D is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1308545-
CMYK00.350.650.49
HSL28.24º48.57%34.31%-
HSV(B)28.24º65.38%50.98%-
XYZ12.9311.434.01-
YUV93.89100.41153.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 45 (17.97% from 255) = 17.31%
R=50%
G=32.69%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130854500.350.650.4928.2448.5734.31
Hex82552D02341311c3122
Octal2021255504310161346142
Binary1000001010101011011010100011100000111000111100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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