Shades of Korma #845232
Tints of Korma #845232
RGB
CMYK
RGB Variations
Color information
#845232 (or 0x845232) is known color: Korma. HEX triplet: 84, 52 and 32. RGB value is (132,82,50). Sum of RGB (Red+Green+Blue) = 132+82+50=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #845232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845232 is #7BADCD. Grayscale: #5D5D5D. Windows color (decimal): -8105422 or 3297924. OLE color: 3297924.
HSL color Cylindrical-coordinate representation of color #845232: hue angle of 23.41º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #845232 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 50 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.48 |
| HSL | 23.41º | 0.45% | 0.36% | - |
| HSV(B) | 23.41º | 0.62% | 0.52% | - |
| XYZ | 13.11 | 11.17 | 4.48 | - |
| YUV | 93.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 50 | 0 | 0.38 | 0.62 | 0.48 | 23.41 | 0.45 | 0.36 |
| Hex | 84 | 52 | 32 | 0 | 26 | 3E | 30 | 17 | 2D | 24 |
| Octal | 204 | 122 | 62 | 0 | 46 | 76 | 60 | 27 | 55 | 44 |
| Binary | 10000100 | 1010010 | 110010 | 0 | 100110 | 111110 | 110000 | 10111 | 101101 | 100100 |
Color Harmonies of #845232
Complementary color
Monochromatic Colors of #845232
Black with #845232
Text Example
Text Example
White with #845232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845232; }
p { color: rgb(132,82,50); }
H1.HeaderClassName
{
color: #845232;
}
.AnyTagClassName
{
color: #845232;
}
</style>
background-color css
<style>
a { background-color: #845232; }
a { background-color: rgb(132,82,50); }
div.DivClassName
{
background-color: #845232;
}
.BgClassName
{
background-color: #845232;
}
</style>
border-color css
<style>
span { border-color: #845232; }
span { border-color: rgb(132,82,50); }
td.TdClassName
{
border-color: #845232;
}
.TagClassName
{
border-color: #845232;
}
</style>