Shades of Korma #85532C
Tints of Korma #85532C
RGB
CMYK
RGB Variations
Color information
#85532C (or 0x85532C) is known color: Korma. HEX triplet: 85, 53 and 2C. RGB value is (133,83,44). Sum of RGB (Red+Green+Blue) = 133+83+44=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85532C is #7AACD3. Grayscale: #5D5D5D. Windows color (decimal): -8039636 or 2904965. OLE color: 2904965.
HSL color Cylindrical-coordinate representation of color #85532C: hue angle of 26.29º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85532C is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 44 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.48 |
| HSL | 26.29º | 0.5% | 0.35% | - |
| HSV(B) | 26.29º | 0.67% | 0.52% | - |
| XYZ | 13.22 | 11.35 | 3.88 | - |
| YUV | 93.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 44 | 0 | 0.38 | 0.67 | 0.48 | 26.29 | 0.5 | 0.35 |
| Hex | 85 | 53 | 2C | 0 | 26 | 43 | 30 | 1A | 32 | 23 |
| Octal | 205 | 123 | 54 | 0 | 46 | 103 | 60 | 32 | 62 | 43 |
| Binary | 10000101 | 1010011 | 101100 | 0 | 100110 | 1000011 | 110000 | 11010 | 110010 | 100011 |
Color Harmonies of #85532C
Complementary color
Monochromatic Colors of #85532C
Black with #85532C
Text Example
Text Example
White with #85532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85532C; }
p { color: rgb(133,83,44); }
H1.HeaderClassName
{
color: #85532C;
}
.AnyTagClassName
{
color: #85532C;
}
</style>
background-color css
<style>
a { background-color: #85532C; }
a { background-color: rgb(133,83,44); }
div.DivClassName
{
background-color: #85532C;
}
.BgClassName
{
background-color: #85532C;
}
</style>
border-color css
<style>
span { border-color: #85532C; }
span { border-color: rgb(133,83,44); }
td.TdClassName
{
border-color: #85532C;
}
.TagClassName
{
border-color: #85532C;
}
</style>