Shades of Korma #85472B
Tints of Korma #85472B
RGB
CMYK
RGB Variations
Color information
#85472B (or 0x85472B) is known color: Korma. HEX triplet: 85, 47 and 2B. RGB value is (133,71,43). Sum of RGB (Red+Green+Blue) = 133+71+43=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85472B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85472B is #7AB8D4. Grayscale: #565656. Windows color (decimal): -8042709 or 2836357. OLE color: 2836357.
HSL color Cylindrical-coordinate representation of color #85472B: hue angle of 18.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85472B is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 71 | 43 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.48 |
| HSL | 18.67º | 0.51% | 0.35% | - |
| HSV(B) | 18.67º | 0.68% | 0.52% | - |
| XYZ | 12.36 | 9.67 | 3.5 | - |
| YUV | 86.35 | 103.54 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 43 | 0 | 0.47 | 0.68 | 0.48 | 18.67 | 0.51 | 0.35 |
| Hex | 85 | 47 | 2B | 0 | 2F | 44 | 30 | 13 | 33 | 23 |
| Octal | 205 | 107 | 53 | 0 | 57 | 104 | 60 | 23 | 63 | 43 |
| Binary | 10000101 | 1000111 | 101011 | 0 | 101111 | 1000100 | 110000 | 10011 | 110011 | 100011 |
Color Harmonies of #85472B
Complementary color
Monochromatic Colors of #85472B
Black with #85472B
Text Example
Text Example
White with #85472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85472B; }
p { color: rgb(133,71,43); }
H1.HeaderClassName
{
color: #85472B;
}
.AnyTagClassName
{
color: #85472B;
}
</style>
background-color css
<style>
a { background-color: #85472B; }
a { background-color: rgb(133,71,43); }
div.DivClassName
{
background-color: #85472B;
}
.BgClassName
{
background-color: #85472B;
}
</style>
border-color css
<style>
span { border-color: #85472B; }
span { border-color: rgb(133,71,43); }
td.TdClassName
{
border-color: #85472B;
}
.TagClassName
{
border-color: #85472B;
}
</style>