Shades of Korma #7D522F
Tints of Korma #7D522F
RGB
CMYK
RGB Variations
Color information
#7D522F (or 0x7D522F) is known color: Korma. HEX triplet: 7D, 52 and 2F. RGB value is (125,82,47). Sum of RGB (Red+Green+Blue) = 125+82+47=254 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.21% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 125 - color contains mainly: red. Hex color #7D522F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D522F is #82ADD0. Grayscale: #5B5B5B. Windows color (decimal): -8564177 or 3101309. OLE color: 3101309.
HSL color Cylindrical-coordinate representation of color #7D522F: hue angle of 26.92º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D522F is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 82 | 47 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.51 |
| HSL | 26.92º | 0.45% | 0.34% | - |
| HSV(B) | 26.92º | 0.62% | 0.49% | - |
| XYZ | 11.99 | 10.6 | 4.1 | - |
| YUV | 90.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 47 | 0 | 0.34 | 0.62 | 0.51 | 26.92 | 0.45 | 0.34 |
| Hex | 7D | 52 | 2F | 0 | 22 | 3E | 33 | 1B | 2D | 22 |
| Octal | 175 | 122 | 57 | 0 | 42 | 76 | 63 | 33 | 55 | 42 |
| Binary | 1111101 | 1010010 | 101111 | 0 | 100010 | 111110 | 110011 | 11011 | 101101 | 100010 |
Color Harmonies of #7D522F
Complementary color
Monochromatic Colors of #7D522F
Black with #7D522F
Text Example
Text Example
White with #7D522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D522F; }
p { color: rgb(125,82,47); }
H1.HeaderClassName
{
color: #7D522F;
}
.AnyTagClassName
{
color: #7D522F;
}
</style>
background-color css
<style>
a { background-color: #7D522F; }
a { background-color: rgb(125,82,47); }
div.DivClassName
{
background-color: #7D522F;
}
.BgClassName
{
background-color: #7D522F;
}
</style>
border-color css
<style>
span { border-color: #7D522F; }
span { border-color: rgb(125,82,47); }
td.TdClassName
{
border-color: #7D522F;
}
.TagClassName
{
border-color: #7D522F;
}
</style>