Shades of Korma #795232
Tints of Korma #795232
RGB
CMYK
RGB Variations
Color information
#795232 (or 0x795232) is known color: Korma. HEX triplet: 79, 52 and 32. RGB value is (121,82,50). Sum of RGB (Red+Green+Blue) = 121+82+50=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 121 - color contains mainly: red. Hex color #795232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795232 is #86ADCD. Grayscale: #5A5A5A. Windows color (decimal): -8826318 or 3297913. OLE color: 3297913.
HSL color Cylindrical-coordinate representation of color #795232: hue angle of 27.04º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #795232 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 50 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.53 |
| HSL | 27.04º | 0.42% | 0.34% | - |
| HSV(B) | 27.04º | 0.59% | 0.47% | - |
| XYZ | 11.48 | 10.33 | 4.41 | - |
| YUV | 90.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 50 | 0 | 0.32 | 0.59 | 0.53 | 27.04 | 0.42 | 0.34 |
| Hex | 79 | 52 | 32 | 0 | 20 | 3B | 35 | 1B | 2A | 22 |
| Octal | 171 | 122 | 62 | 0 | 40 | 73 | 65 | 33 | 52 | 42 |
| Binary | 1111001 | 1010010 | 110010 | 0 | 100000 | 111011 | 110101 | 11011 | 101010 | 100010 |
Color Harmonies of #795232
Complementary color
Monochromatic Colors of #795232
Black with #795232
Text Example
Text Example
White with #795232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795232; }
p { color: rgb(121,82,50); }
H1.HeaderClassName
{
color: #795232;
}
.AnyTagClassName
{
color: #795232;
}
</style>
background-color css
<style>
a { background-color: #795232; }
a { background-color: rgb(121,82,50); }
div.DivClassName
{
background-color: #795232;
}
.BgClassName
{
background-color: #795232;
}
</style>
border-color css
<style>
span { border-color: #795232; }
span { border-color: rgb(121,82,50); }
td.TdClassName
{
border-color: #795232;
}
.TagClassName
{
border-color: #795232;
}
</style>