Shades of Korma #7E5233
Tints of Korma #7E5233
RGB
CMYK
RGB Variations
Color information
#7E5233 (or 0x7E5233) is known color: Korma. HEX triplet: 7E, 52 and 33. RGB value is (126,82,51). Sum of RGB (Red+Green+Blue) = 126+82+51=259 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.65% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5233 is #81ADCC. Grayscale: #5B5B5B. Windows color (decimal): -8498637 or 3363454. OLE color: 3363454.
HSL color Cylindrical-coordinate representation of color #7E5233: hue angle of 24.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E5233 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 82 | 51 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.51 |
| HSL | 24.8º | 0.42% | 0.35% | - |
| HSV(B) | 24.8º | 0.6% | 0.49% | - |
| XYZ | 12.22 | 10.71 | 4.56 | - |
| YUV | 91.62 | 105.08 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 82 | 51 | 0 | 0.35 | 0.60 | 0.51 | 24.8 | 0.42 | 0.35 |
| Hex | 7E | 52 | 33 | 0 | 23 | 3C | 33 | 19 | 2A | 23 |
| Octal | 176 | 122 | 63 | 0 | 43 | 74 | 63 | 31 | 52 | 43 |
| Binary | 1111110 | 1010010 | 110011 | 0 | 100011 | 111100 | 110011 | 11001 | 101010 | 100011 |
Color Harmonies of #7E5233
Complementary color
Monochromatic Colors of #7E5233
Black with #7E5233
Text Example
Text Example
White with #7E5233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5233; }
p { color: rgb(126,82,51); }
H1.HeaderClassName
{
color: #7E5233;
}
.AnyTagClassName
{
color: #7E5233;
}
</style>
background-color css
<style>
a { background-color: #7E5233; }
a { background-color: rgb(126,82,51); }
div.DivClassName
{
background-color: #7E5233;
}
.BgClassName
{
background-color: #7E5233;
}
</style>
border-color css
<style>
span { border-color: #7E5233; }
span { border-color: rgb(126,82,51); }
td.TdClassName
{
border-color: #7E5233;
}
.TagClassName
{
border-color: #7E5233;
}
</style>