Shades of Korma #795231
Tints of Korma #795231
RGB
CMYK
RGB Variations
Color information
#795231 (or 0x795231) is known color: Korma. HEX triplet: 79, 52 and 31. RGB value is (121,82,49). Sum of RGB (Red+Green+Blue) = 121+82+49=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #795231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795231 is #86ADCE. Grayscale: #5A5A5A. Windows color (decimal): -8826319 or 3232377. OLE color: 3232377.
HSL color Cylindrical-coordinate representation of color #795231: hue angle of 27.5º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #795231 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 49 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.53 |
| HSL | 27.5º | 0.42% | 0.33% | - |
| HSV(B) | 27.5º | 0.6% | 0.47% | - |
| XYZ | 11.46 | 10.32 | 4.29 | - |
| YUV | 89.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 49 | 0 | 0.32 | 0.60 | 0.53 | 27.5 | 0.42 | 0.33 |
| Hex | 79 | 52 | 31 | 0 | 20 | 3C | 35 | 1C | 2A | 21 |
| Octal | 171 | 122 | 61 | 0 | 40 | 74 | 65 | 34 | 52 | 41 |
| Binary | 1111001 | 1010010 | 110001 | 0 | 100000 | 111100 | 110101 | 11100 | 101010 | 100001 |
Color Harmonies of #795231
Complementary color
Monochromatic Colors of #795231
Black with #795231
Text Example
Text Example
White with #795231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795231; }
p { color: rgb(121,82,49); }
H1.HeaderClassName
{
color: #795231;
}
.AnyTagClassName
{
color: #795231;
}
</style>
background-color css
<style>
a { background-color: #795231; }
a { background-color: rgb(121,82,49); }
div.DivClassName
{
background-color: #795231;
}
.BgClassName
{
background-color: #795231;
}
</style>
border-color css
<style>
span { border-color: #795231; }
span { border-color: rgb(121,82,49); }
td.TdClassName
{
border-color: #795231;
}
.TagClassName
{
border-color: #795231;
}
</style>