Shades of Korma #85502F
Tints of Korma #85502F
RGB
CMYK
RGB Variations
Color information
#85502F (or 0x85502F) is known color: Korma. HEX triplet: 85, 50 and 2F. RGB value is (133,80,47). Sum of RGB (Red+Green+Blue) = 133+80+47=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85502F is #7AAFD0. Grayscale: #5C5C5C. Windows color (decimal): -8040401 or 3100805. OLE color: 3100805.
HSL color Cylindrical-coordinate representation of color #85502F: hue angle of 23.02º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85502F is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 47 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.48 |
| HSL | 23.02º | 0.48% | 0.35% | - |
| HSV(B) | 23.02º | 0.65% | 0.52% | - |
| XYZ | 13.05 | 10.93 | 4.11 | - |
| YUV | 92.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 47 | 0 | 0.40 | 0.65 | 0.48 | 23.02 | 0.48 | 0.35 |
| Hex | 85 | 50 | 2F | 0 | 28 | 41 | 30 | 17 | 30 | 23 |
| Octal | 205 | 120 | 57 | 0 | 50 | 101 | 60 | 27 | 60 | 43 |
| Binary | 10000101 | 1010000 | 101111 | 0 | 101000 | 1000001 | 110000 | 10111 | 110000 | 100011 |
Color Harmonies of #85502F
Complementary color
Monochromatic Colors of #85502F
Black with #85502F
Text Example
Text Example
White with #85502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85502F; }
p { color: rgb(133,80,47); }
H1.HeaderClassName
{
color: #85502F;
}
.AnyTagClassName
{
color: #85502F;
}
</style>
background-color css
<style>
a { background-color: #85502F; }
a { background-color: rgb(133,80,47); }
div.DivClassName
{
background-color: #85502F;
}
.BgClassName
{
background-color: #85502F;
}
</style>
border-color css
<style>
span { border-color: #85502F; }
span { border-color: rgb(133,80,47); }
td.TdClassName
{
border-color: #85502F;
}
.TagClassName
{
border-color: #85502F;
}
</style>