Shades of Korma #85502B
Tints of Korma #85502B
RGB
CMYK
RGB Variations
Color information
#85502B (or 0x85502B) is known color: Korma. HEX triplet: 85, 50 and 2B. RGB value is (133,80,43). Sum of RGB (Red+Green+Blue) = 133+80+43=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #85502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85502B is #7AAFD4. Grayscale: #5B5B5B. Windows color (decimal): -8040405 or 2838661. OLE color: 2838661.
HSL color Cylindrical-coordinate representation of color #85502B: hue angle of 24.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 #85502B is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 43 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.48 |
| HSL | 24.67º | 0.51% | 0.35% | - |
| HSV(B) | 24.67º | 0.68% | 0.52% | - |
| XYZ | 12.98 | 10.9 | 3.71 | - |
| YUV | 91.63 | 100.56 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 43 | 0 | 0.40 | 0.68 | 0.48 | 24.67 | 0.51 | 0.35 |
| Hex | 85 | 50 | 2B | 0 | 28 | 44 | 30 | 19 | 33 | 23 |
| Octal | 205 | 120 | 53 | 0 | 50 | 104 | 60 | 31 | 63 | 43 |
| Binary | 10000101 | 1010000 | 101011 | 0 | 101000 | 1000100 | 110000 | 11001 | 110011 | 100011 |
Color Harmonies of #85502B
Complementary color
Monochromatic Colors of #85502B
Black with #85502B
Text Example
Text Example
White with #85502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85502B; }
p { color: rgb(133,80,43); }
H1.HeaderClassName
{
color: #85502B;
}
.AnyTagClassName
{
color: #85502B;
}
</style>
background-color css
<style>
a { background-color: #85502B; }
a { background-color: rgb(133,80,43); }
div.DivClassName
{
background-color: #85502B;
}
.BgClassName
{
background-color: #85502B;
}
</style>
border-color css
<style>
span { border-color: #85502B; }
span { border-color: rgb(133,80,43); }
td.TdClassName
{
border-color: #85502B;
}
.TagClassName
{
border-color: #85502B;
}
</style>