Shades of Korma #855223
Tints of Korma #855223
RGB
CMYK
RGB Variations
Color information
#855223 (or 0x855223) is known color: Korma. HEX triplet: 85, 52 and 23. RGB value is (133,82,35). Sum of RGB (Red+Green+Blue) = 133+82+35=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #855223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855223 is #7AADDC. Grayscale: #5C5C5C. Windows color (decimal): -8039901 or 2314885. OLE color: 2314885.
HSL color Cylindrical-coordinate representation of color #855223: hue angle of 28.78º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #855223 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 35 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.48 |
| HSL | 28.78º | 0.58% | 0.33% | - |
| HSV(B) | 28.78º | 0.74% | 0.52% | - |
| XYZ | 12.99 | 11.14 | 3.06 | - |
| YUV | 91.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 35 | 0 | 0.38 | 0.74 | 0.48 | 28.78 | 0.58 | 0.33 |
| Hex | 85 | 52 | 23 | 0 | 26 | 4A | 30 | 1D | 3A | 21 |
| Octal | 205 | 122 | 43 | 0 | 46 | 112 | 60 | 35 | 72 | 41 |
| Binary | 10000101 | 1010010 | 100011 | 0 | 100110 | 1001010 | 110000 | 11101 | 111010 | 100001 |
Color Harmonies of #855223
Complementary color
Monochromatic Colors of #855223
Black with #855223
Text Example
Text Example
White with #855223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855223; }
p { color: rgb(133,82,35); }
H1.HeaderClassName
{
color: #855223;
}
.AnyTagClassName
{
color: #855223;
}
</style>
background-color css
<style>
a { background-color: #855223; }
a { background-color: rgb(133,82,35); }
div.DivClassName
{
background-color: #855223;
}
.BgClassName
{
background-color: #855223;
}
</style>
border-color css
<style>
span { border-color: #855223; }
span { border-color: rgb(133,82,35); }
td.TdClassName
{
border-color: #855223;
}
.TagClassName
{
border-color: #855223;
}
</style>