Shades of Korma #85532D
Tints of Korma #85532D
RGB
CMYK
RGB Variations
Color information
#85532D (or 0x85532D) is known color: Korma. HEX triplet: 85, 53 and 2D. RGB value is (133,83,45). Sum of RGB (Red+Green+Blue) = 133+83+45=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85532D is #7AACD2. Grayscale: #5D5D5D. Windows color (decimal): -8039635 or 2970501. OLE color: 2970501.
HSL color Cylindrical-coordinate representation of color #85532D: hue angle of 25.91º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85532D is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 45 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.48 |
| HSL | 25.91º | 0.49% | 0.35% | - |
| HSV(B) | 25.91º | 0.66% | 0.52% | - |
| XYZ | 13.24 | 11.36 | 3.98 | - |
| YUV | 93.62 | 100.57 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 45 | 0 | 0.38 | 0.66 | 0.48 | 25.91 | 0.49 | 0.35 |
| Hex | 85 | 53 | 2D | 0 | 26 | 42 | 30 | 1A | 31 | 23 |
| Octal | 205 | 123 | 55 | 0 | 46 | 102 | 60 | 32 | 61 | 43 |
| Binary | 10000101 | 1010011 | 101101 | 0 | 100110 | 1000010 | 110000 | 11010 | 110001 | 100011 |
Color Harmonies of #85532D
Complementary color
Monochromatic Colors of #85532D
Black with #85532D
Text Example
Text Example
White with #85532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85532D; }
p { color: rgb(133,83,45); }
H1.HeaderClassName
{
color: #85532D;
}
.AnyTagClassName
{
color: #85532D;
}
</style>
background-color css
<style>
a { background-color: #85532D; }
a { background-color: rgb(133,83,45); }
div.DivClassName
{
background-color: #85532D;
}
.BgClassName
{
background-color: #85532D;
}
</style>
border-color css
<style>
span { border-color: #85532D; }
span { border-color: rgb(133,83,45); }
td.TdClassName
{
border-color: #85532D;
}
.TagClassName
{
border-color: #85532D;
}
</style>