Shades of Korma #7E5535
Tints of Korma #7E5535
RGB
CMYK
RGB Variations
Color information
#7E5535 (or 0x7E5535) is known color: Korma. HEX triplet: 7E, 55 and 35. RGB value is (126,85,53). Sum of RGB (Red+Green+Blue) = 126+85+53=264 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.73% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5535 is #81AACA. Grayscale: #5D5D5D. Windows color (decimal): -8497867 or 3495294. OLE color: 3495294.
HSL color Cylindrical-coordinate representation of color #7E5535: hue angle of 26.3º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E5535 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 85 | 53 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.51 |
| HSL | 26.3º | 0.41% | 0.35% | - |
| HSV(B) | 26.3º | 0.58% | 0.49% | - |
| XYZ | 12.5 | 11.19 | 4.87 | - |
| YUV | 93.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 53 | 0 | 0.33 | 0.58 | 0.51 | 26.3 | 0.41 | 0.35 |
| Hex | 7E | 55 | 35 | 0 | 21 | 3A | 33 | 1A | 29 | 23 |
| Octal | 176 | 125 | 65 | 0 | 41 | 72 | 63 | 32 | 51 | 43 |
| Binary | 1111110 | 1010101 | 110101 | 0 | 100001 | 111010 | 110011 | 11010 | 101001 | 100011 |
Color Harmonies of #7E5535
Complementary color
Monochromatic Colors of #7E5535
Black with #7E5535
Text Example
Text Example
White with #7E5535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5535; }
p { color: rgb(126,85,53); }
H1.HeaderClassName
{
color: #7E5535;
}
.AnyTagClassName
{
color: #7E5535;
}
</style>
background-color css
<style>
a { background-color: #7E5535; }
a { background-color: rgb(126,85,53); }
div.DivClassName
{
background-color: #7E5535;
}
.BgClassName
{
background-color: #7E5535;
}
</style>
border-color css
<style>
span { border-color: #7E5535; }
span { border-color: rgb(126,85,53); }
td.TdClassName
{
border-color: #7E5535;
}
.TagClassName
{
border-color: #7E5535;
}
</style>