Shades of Korma #7E4F28
Tints of Korma #7E4F28
RGB
CMYK
RGB Variations
Color information
#7E4F28 (or 0x7E4F28) is known color: Korma. HEX triplet: 7E, 4F and 28. RGB value is (126,79,40). Sum of RGB (Red+Green+Blue) = 126+79+40=245 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.43% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E4F28 is #81B0D7. Grayscale: #585858. Windows color (decimal): -8499416 or 2641790. OLE color: 2641790.
HSL color Cylindrical-coordinate representation of color #7E4F28: hue angle of 27.21º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E4F28 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 79 | 40 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.51 |
| HSL | 27.21º | 0.52% | 0.33% | - |
| HSV(B) | 27.21º | 0.68% | 0.49% | - |
| XYZ | 11.78 | 10.18 | 3.35 | - |
| YUV | 88.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 79 | 40 | 0 | 0.37 | 0.68 | 0.51 | 27.21 | 0.52 | 0.33 |
| Hex | 7E | 4F | 28 | 0 | 25 | 44 | 33 | 1B | 34 | 21 |
| Octal | 176 | 117 | 50 | 0 | 45 | 104 | 63 | 33 | 64 | 41 |
| Binary | 1111110 | 1001111 | 101000 | 0 | 100101 | 1000100 | 110011 | 11011 | 110100 | 100001 |
Color Harmonies of #7E4F28
Complementary color
Monochromatic Colors of #7E4F28
Black with #7E4F28
Text Example
Text Example
White with #7E4F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4F28; }
p { color: rgb(126,79,40); }
H1.HeaderClassName
{
color: #7E4F28;
}
.AnyTagClassName
{
color: #7E4F28;
}
</style>
background-color css
<style>
a { background-color: #7E4F28; }
a { background-color: rgb(126,79,40); }
div.DivClassName
{
background-color: #7E4F28;
}
.BgClassName
{
background-color: #7E4F28;
}
</style>
border-color css
<style>
span { border-color: #7E4F28; }
span { border-color: rgb(126,79,40); }
td.TdClassName
{
border-color: #7E4F28;
}
.TagClassName
{
border-color: #7E4F28;
}
</style>