Shades of Korma #855224
Tints of Korma #855224
RGB
CMYK
RGB Variations
Color information
#855224 (or 0x855224) is known color: Korma. HEX triplet: 85, 52 and 24. RGB value is (133,82,36). Sum of RGB (Red+Green+Blue) = 133+82+36=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #855224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855224 is #7AADDB. Grayscale: #5C5C5C. Windows color (decimal): -8039900 or 2380421. OLE color: 2380421.
HSL color Cylindrical-coordinate representation of color #855224: hue angle of 28.45º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #855224 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 36 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.48 |
| HSL | 28.45º | 0.57% | 0.33% | - |
| HSV(B) | 28.45º | 0.73% | 0.52% | - |
| XYZ | 13.01 | 11.15 | 3.14 | - |
| YUV | 92.01 | 96.4 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 36 | 0 | 0.38 | 0.73 | 0.48 | 28.45 | 0.57 | 0.33 |
| Hex | 85 | 52 | 24 | 0 | 26 | 49 | 30 | 1C | 39 | 21 |
| Octal | 205 | 122 | 44 | 0 | 46 | 111 | 60 | 34 | 71 | 41 |
| Binary | 10000101 | 1010010 | 100100 | 0 | 100110 | 1001001 | 110000 | 11100 | 111001 | 100001 |
Color Harmonies of #855224
Complementary color
Monochromatic Colors of #855224
Black with #855224
Text Example
Text Example
White with #855224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855224; }
p { color: rgb(133,82,36); }
H1.HeaderClassName
{
color: #855224;
}
.AnyTagClassName
{
color: #855224;
}
</style>
background-color css
<style>
a { background-color: #855224; }
a { background-color: rgb(133,82,36); }
div.DivClassName
{
background-color: #855224;
}
.BgClassName
{
background-color: #855224;
}
</style>
border-color css
<style>
span { border-color: #855224; }
span { border-color: rgb(133,82,36); }
td.TdClassName
{
border-color: #855224;
}
.TagClassName
{
border-color: #855224;
}
</style>