Shades of Korma #795127
Tints of Korma #795127
RGB
CMYK
RGB Variations
Color information
#795127 (or 0x795127) is known color: Korma. HEX triplet: 79, 51 and 27. RGB value is (121,81,39). Sum of RGB (Red+Green+Blue) = 121+81+39=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #795127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795127 is #86AED8. Grayscale: #585858. Windows color (decimal): -8826585 or 2576761. OLE color: 2576761.
HSL color Cylindrical-coordinate representation of color #795127: hue angle of 30.73º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #795127 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 39 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.53 |
| HSL | 30.73º | 0.51% | 0.31% | - |
| HSV(B) | 30.73º | 0.68% | 0.47% | - |
| XYZ | 11.19 | 10.1 | 3.28 | - |
| YUV | 88.17 | 100.25 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 39 | 0 | 0.33 | 0.68 | 0.53 | 30.73 | 0.51 | 0.31 |
| Hex | 79 | 51 | 27 | 0 | 21 | 44 | 35 | 1F | 33 | 1F |
| Octal | 171 | 121 | 47 | 0 | 41 | 104 | 65 | 37 | 63 | 37 |
| Binary | 1111001 | 1010001 | 100111 | 0 | 100001 | 1000100 | 110101 | 11111 | 110011 | 11111 |
Color Harmonies of #795127
Complementary color
Monochromatic Colors of #795127
Black with #795127
Text Example
Text Example
White with #795127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795127; }
p { color: rgb(121,81,39); }
H1.HeaderClassName
{
color: #795127;
}
.AnyTagClassName
{
color: #795127;
}
</style>
background-color css
<style>
a { background-color: #795127; }
a { background-color: rgb(121,81,39); }
div.DivClassName
{
background-color: #795127;
}
.BgClassName
{
background-color: #795127;
}
</style>
border-color css
<style>
span { border-color: #795127; }
span { border-color: rgb(121,81,39); }
td.TdClassName
{
border-color: #795127;
}
.TagClassName
{
border-color: #795127;
}
</style>