#82492B

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

Shades of Korma #82492B

Tints of Korma #82492B

Color information

#82492B (or 0x82492B) is unknown color: approx Korma. HEX triplet: 82, 49 and 2B. RGB value is (130,73,43). Sum of RGB (Red+Green+Blue) = 130+73+43=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82492B is #7DB6D4. Grayscale: #565656. Windows color (decimal): -8238805 or 2836866. OLE color: 2836866.

HSL color Cylindrical-coordinate representation of color #82492B: hue angle of 20.69º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82492B is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1307343-
CMYK00.440.670.49
HSL20.69º50.29%33.92%-
HSV(B)20.69º66.92%50.98%-
XYZ12.029.693.52-
YUV86.62103.38158.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 73 (28.91% from 255) = 29.67%
BLUE value IS 43 (17.19% from 255) = 17.48%
R=52.85%
G=29.67%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130734300.440.670.4920.6950.2933.92
Hex82492B02C4331153222
Octal2021115305410361256242
Binary1000001010010011010110101100100001111000110101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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