Shades of Korma #855229
Tints of Korma #855229
RGB
CMYK
RGB Variations
Color information
#855229 (or 0x855229) is known color: Korma. HEX triplet: 85, 52 and 29. RGB value is (133,82,41). Sum of RGB (Red+Green+Blue) = 133+82+41=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #855229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855229 is #7AADD6. Grayscale: #5C5C5C. Windows color (decimal): -8039895 or 2708101. OLE color: 2708101.
HSL color Cylindrical-coordinate representation of color #855229: hue angle of 26.74º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #855229 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 41 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.48 |
| HSL | 26.74º | 0.53% | 0.34% | - |
| HSV(B) | 26.74º | 0.69% | 0.52% | - |
| XYZ | 13.09 | 11.18 | 3.57 | - |
| YUV | 92.58 | 98.9 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 41 | 0 | 0.38 | 0.69 | 0.48 | 26.74 | 0.53 | 0.34 |
| Hex | 85 | 52 | 29 | 0 | 26 | 45 | 30 | 1B | 35 | 22 |
| Octal | 205 | 122 | 51 | 0 | 46 | 105 | 60 | 33 | 65 | 42 |
| Binary | 10000101 | 1010010 | 101001 | 0 | 100110 | 1000101 | 110000 | 11011 | 110101 | 100010 |
Color Harmonies of #855229
Complementary color
Monochromatic Colors of #855229
Black with #855229
Text Example
Text Example
White with #855229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855229; }
p { color: rgb(133,82,41); }
H1.HeaderClassName
{
color: #855229;
}
.AnyTagClassName
{
color: #855229;
}
</style>
background-color css
<style>
a { background-color: #855229; }
a { background-color: rgb(133,82,41); }
div.DivClassName
{
background-color: #855229;
}
.BgClassName
{
background-color: #855229;
}
</style>
border-color css
<style>
span { border-color: #855229; }
span { border-color: rgb(133,82,41); }
td.TdClassName
{
border-color: #855229;
}
.TagClassName
{
border-color: #855229;
}
</style>