Shades of Korma #85502A
Tints of Korma #85502A
RGB
CMYK
RGB Variations
Color information
#85502A (or 0x85502A) is known color: Korma. HEX triplet: 85, 50 and 2A. RGB value is (133,80,42). Sum of RGB (Red+Green+Blue) = 133+80+42=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #85502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85502A is #7AAFD5. Grayscale: #5B5B5B. Windows color (decimal): -8040406 or 2773125. OLE color: 2773125.
HSL color Cylindrical-coordinate representation of color #85502A: hue angle of 25.05º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85502A is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 42 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.48 |
| HSL | 25.05º | 0.52% | 0.34% | - |
| HSV(B) | 25.05º | 0.68% | 0.52% | - |
| XYZ | 12.96 | 10.89 | 3.61 | - |
| YUV | 91.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 42 | 0 | 0.40 | 0.68 | 0.48 | 25.05 | 0.52 | 0.34 |
| Hex | 85 | 50 | 2A | 0 | 28 | 44 | 30 | 19 | 34 | 22 |
| Octal | 205 | 120 | 52 | 0 | 50 | 104 | 60 | 31 | 64 | 42 |
| Binary | 10000101 | 1010000 | 101010 | 0 | 101000 | 1000100 | 110000 | 11001 | 110100 | 100010 |
Color Harmonies of #85502A
Complementary color
Monochromatic Colors of #85502A
Black with #85502A
Text Example
Text Example
White with #85502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85502A; }
p { color: rgb(133,80,42); }
H1.HeaderClassName
{
color: #85502A;
}
.AnyTagClassName
{
color: #85502A;
}
</style>
background-color css
<style>
a { background-color: #85502A; }
a { background-color: rgb(133,80,42); }
div.DivClassName
{
background-color: #85502A;
}
.BgClassName
{
background-color: #85502A;
}
</style>
border-color css
<style>
span { border-color: #85502A; }
span { border-color: rgb(133,80,42); }
td.TdClassName
{
border-color: #85502A;
}
.TagClassName
{
border-color: #85502A;
}
</style>