Shades of Korma #7E532A
Tints of Korma #7E532A
RGB
CMYK
RGB Variations
Color information
#7E532A (or 0x7E532A) is known color: Korma. HEX triplet: 7E, 53 and 2A. RGB value is (126,83,42). Sum of RGB (Red+Green+Blue) = 126+83+42=251 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.20% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 126 - color contains mainly: red. Hex color #7E532A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E532A is #81ACD5. Grayscale: #5B5B5B. Windows color (decimal): -8498390 or 2773886. OLE color: 2773886.
HSL color Cylindrical-coordinate representation of color #7E532A: hue angle of 29.29º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E532A is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 83 | 42 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.51 |
| HSL | 29.29º | 0.5% | 0.33% | - |
| HSV(B) | 29.29º | 0.67% | 0.49% | - |
| XYZ | 12.12 | 10.79 | 3.63 | - |
| YUV | 91.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 42 | 0 | 0.34 | 0.67 | 0.51 | 29.29 | 0.5 | 0.33 |
| Hex | 7E | 53 | 2A | 0 | 22 | 43 | 33 | 1D | 32 | 21 |
| Octal | 176 | 123 | 52 | 0 | 42 | 103 | 63 | 35 | 62 | 41 |
| Binary | 1111110 | 1010011 | 101010 | 0 | 100010 | 1000011 | 110011 | 11101 | 110010 | 100001 |
Color Harmonies of #7E532A
Complementary color
Monochromatic Colors of #7E532A
Black with #7E532A
Text Example
Text Example
White with #7E532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E532A; }
p { color: rgb(126,83,42); }
H1.HeaderClassName
{
color: #7E532A;
}
.AnyTagClassName
{
color: #7E532A;
}
</style>
background-color css
<style>
a { background-color: #7E532A; }
a { background-color: rgb(126,83,42); }
div.DivClassName
{
background-color: #7E532A;
}
.BgClassName
{
background-color: #7E532A;
}
</style>
border-color css
<style>
span { border-color: #7E532A; }
span { border-color: rgb(126,83,42); }
td.TdClassName
{
border-color: #7E532A;
}
.TagClassName
{
border-color: #7E532A;
}
</style>