Shades of Korma #85532A
Tints of Korma #85532A
RGB
CMYK
RGB Variations
Color information
#85532A (or 0x85532A) is known color: Korma. HEX triplet: 85, 53 and 2A. RGB value is (133,83,42). Sum of RGB (Red+Green+Blue) = 133+83+42=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85532A is #7AACD5. Grayscale: #5D5D5D. Windows color (decimal): -8039638 or 2773893. OLE color: 2773893.
HSL color Cylindrical-coordinate representation of color #85532A: hue angle of 27.03º 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 #85532A is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 42 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.48 |
| HSL | 27.03º | 0.52% | 0.34% | - |
| HSV(B) | 27.03º | 0.68% | 0.52% | - |
| XYZ | 13.18 | 11.34 | 3.68 | - |
| YUV | 93.28 | 99.07 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 42 | 0 | 0.38 | 0.68 | 0.48 | 27.03 | 0.52 | 0.34 |
| Hex | 85 | 53 | 2A | 0 | 26 | 44 | 30 | 1B | 34 | 22 |
| Octal | 205 | 123 | 52 | 0 | 46 | 104 | 60 | 33 | 64 | 42 |
| Binary | 10000101 | 1010011 | 101010 | 0 | 100110 | 1000100 | 110000 | 11011 | 110100 | 100010 |
Color Harmonies of #85532A
Complementary color
Monochromatic Colors of #85532A
Black with #85532A
Text Example
Text Example
White with #85532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85532A; }
p { color: rgb(133,83,42); }
H1.HeaderClassName
{
color: #85532A;
}
.AnyTagClassName
{
color: #85532A;
}
</style>
background-color css
<style>
a { background-color: #85532A; }
a { background-color: rgb(133,83,42); }
div.DivClassName
{
background-color: #85532A;
}
.BgClassName
{
background-color: #85532A;
}
</style>
border-color css
<style>
span { border-color: #85532A; }
span { border-color: rgb(133,83,42); }
td.TdClassName
{
border-color: #85532A;
}
.TagClassName
{
border-color: #85532A;
}
</style>