Shades of Korma #85532F
Tints of Korma #85532F
RGB
CMYK
RGB Variations
Color information
#85532F (or 0x85532F) is known color: Korma. HEX triplet: 85, 53 and 2F. RGB value is (133,83,47). Sum of RGB (Red+Green+Blue) = 133+83+47=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85532F is #7AACD0. Grayscale: #5E5E5E. Windows color (decimal): -8039633 or 3101573. OLE color: 3101573.
HSL color Cylindrical-coordinate representation of color #85532F: hue angle of 25.12º 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 #85532F is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 47 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.48 |
| HSL | 25.12º | 0.48% | 0.35% | - |
| HSV(B) | 25.12º | 0.65% | 0.52% | - |
| XYZ | 13.28 | 11.38 | 4.19 | - |
| YUV | 93.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 47 | 0 | 0.38 | 0.65 | 0.48 | 25.12 | 0.48 | 0.35 |
| Hex | 85 | 53 | 2F | 0 | 26 | 41 | 30 | 19 | 30 | 23 |
| Octal | 205 | 123 | 57 | 0 | 46 | 101 | 60 | 31 | 60 | 43 |
| Binary | 10000101 | 1010011 | 101111 | 0 | 100110 | 1000001 | 110000 | 11001 | 110000 | 100011 |
Color Harmonies of #85532F
Complementary color
Monochromatic Colors of #85532F
Black with #85532F
Text Example
Text Example
White with #85532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85532F; }
p { color: rgb(133,83,47); }
H1.HeaderClassName
{
color: #85532F;
}
.AnyTagClassName
{
color: #85532F;
}
</style>
background-color css
<style>
a { background-color: #85532F; }
a { background-color: rgb(133,83,47); }
div.DivClassName
{
background-color: #85532F;
}
.BgClassName
{
background-color: #85532F;
}
</style>
border-color css
<style>
span { border-color: #85532F; }
span { border-color: rgb(133,83,47); }
td.TdClassName
{
border-color: #85532F;
}
.TagClassName
{
border-color: #85532F;
}
</style>