#82492D

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

Shades of Korma #82492D

Tints of Korma #82492D

Color information

#82492D (or 0x82492D) is unknown color: approx Korma. HEX triplet: 82, 49 and 2D. RGB value is (130,73,45). Sum of RGB (Red+Green+Blue) = 130+73+45=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #82492D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82492D is #7DB6D2. Grayscale: #575757. Windows color (decimal): -8238803 or 2967938. OLE color: 2967938.

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

Color convert

RGB1307345-
CMYK00.440.650.49
HSL19.76º48.57%34.31%-
HSV(B)19.76º65.38%50.98%-
XYZ12.069.73.72-
YUV86.85104.38158.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 45 (17.97% from 255) = 18.15%
R=52.42%
G=29.44%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130734500.440.650.4919.7648.5734.31
Hex82492D02C4131143122
Octal2021115505410161246142
Binary1000001010010011011010101100100000111000110100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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