Shades of Korma #7C5130
Tints of Korma #7C5130
RGB
CMYK
RGB Variations
Color information
#7C5130 (or 0x7C5130) is known color: Korma. HEX triplet: 7C, 51 and 30. RGB value is (124,81,48). Sum of RGB (Red+Green+Blue) = 124+81+48=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5130 is #83AECF. Grayscale: #5A5A5A. Windows color (decimal): -8629968 or 3166588. OLE color: 3166588.
HSL color Cylindrical-coordinate representation of color #7C5130: hue angle of 26.05º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C5130 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 48 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.51 |
| HSL | 26.05º | 0.44% | 0.34% | - |
| HSV(B) | 26.05º | 0.61% | 0.49% | - |
| XYZ | 11.79 | 10.38 | 4.18 | - |
| YUV | 90.1 | 104.25 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 48 | 0 | 0.35 | 0.61 | 0.51 | 26.05 | 0.44 | 0.34 |
| Hex | 7C | 51 | 30 | 0 | 23 | 3D | 33 | 1A | 2C | 22 |
| Octal | 174 | 121 | 60 | 0 | 43 | 75 | 63 | 32 | 54 | 42 |
| Binary | 1111100 | 1010001 | 110000 | 0 | 100011 | 111101 | 110011 | 11010 | 101100 | 100010 |
Color Harmonies of #7C5130
Complementary color
Monochromatic Colors of #7C5130
Black with #7C5130
Text Example
Text Example
White with #7C5130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5130; }
p { color: rgb(124,81,48); }
H1.HeaderClassName
{
color: #7C5130;
}
.AnyTagClassName
{
color: #7C5130;
}
</style>
background-color css
<style>
a { background-color: #7C5130; }
a { background-color: rgb(124,81,48); }
div.DivClassName
{
background-color: #7C5130;
}
.BgClassName
{
background-color: #7C5130;
}
</style>
border-color css
<style>
span { border-color: #7C5130; }
span { border-color: rgb(124,81,48); }
td.TdClassName
{
border-color: #7C5130;
}
.TagClassName
{
border-color: #7C5130;
}
</style>