Shades of Korma #82552D
Tints of Korma #82552D
RGB
CMYK
RGB Variations
Color information
#82552D (or 0x82552D) is known color: 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
| RGB | 130 | 85 | 45 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.49 |
| HSL | 28.24º | 0.49% | 0.34% | - |
| HSV(B) | 28.24º | 0.65% | 0.51% | - |
| XYZ | 12.93 | 11.43 | 4.01 | - |
| YUV | 93.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 45 | 0 | 0.35 | 0.65 | 0.49 | 28.24 | 0.49 | 0.34 |
| Hex | 82 | 55 | 2D | 0 | 23 | 41 | 31 | 1C | 31 | 22 |
| Octal | 202 | 125 | 55 | 0 | 43 | 101 | 61 | 34 | 61 | 42 |
| Binary | 10000010 | 1010101 | 101101 | 0 | 100011 | 1000001 | 110001 | 11100 | 110001 | 100010 |
Color Harmonies of #82552D
Complementary color
Monochromatic Colors of #82552D
Black with #82552D
Text Example
Text Example
White with #82552D
Text Example
Text Example
HTML Codes & Css Web 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>