Shades of Korma #82552C
Tints of Korma #82552C
RGB
CMYK
RGB Variations
Color information
#82552C (or 0x82552C) is known color: Korma. HEX triplet: 82, 55 and 2C. RGB value is (130,85,44). Sum of RGB (Red+Green+Blue) = 130+85+44=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82552C is #7DAAD3. Grayscale: #5D5D5D. Windows color (decimal): -8235732 or 2905474. OLE color: 2905474.
HSL color Cylindrical-coordinate representation of color #82552C: hue angle of 28.6º 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 #82552C is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 85 | 44 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.49 |
| HSL | 28.6º | 0.49% | 0.34% | - |
| HSV(B) | 28.6º | 0.66% | 0.51% | - |
| XYZ | 12.91 | 11.42 | 3.91 | - |
| YUV | 93.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 44 | 0 | 0.35 | 0.66 | 0.49 | 28.6 | 0.49 | 0.34 |
| Hex | 82 | 55 | 2C | 0 | 23 | 42 | 31 | 1D | 31 | 22 |
| Octal | 202 | 125 | 54 | 0 | 43 | 102 | 61 | 35 | 61 | 42 |
| Binary | 10000010 | 1010101 | 101100 | 0 | 100011 | 1000010 | 110001 | 11101 | 110001 | 100010 |
Color Harmonies of #82552C
Complementary color
Monochromatic Colors of #82552C
Black with #82552C
Text Example
Text Example
White with #82552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82552C; }
p { color: rgb(130,85,44); }
H1.HeaderClassName
{
color: #82552C;
}
.AnyTagClassName
{
color: #82552C;
}
</style>
background-color css
<style>
a { background-color: #82552C; }
a { background-color: rgb(130,85,44); }
div.DivClassName
{
background-color: #82552C;
}
.BgClassName
{
background-color: #82552C;
}
</style>
border-color css
<style>
span { border-color: #82552C; }
span { border-color: rgb(130,85,44); }
td.TdClassName
{
border-color: #82552C;
}
.TagClassName
{
border-color: #82552C;
}
</style>