Shades of Korma #855234
Tints of Korma #855234
RGB
CMYK
RGB Variations
Color information
#855234 (or 0x855234) is known color: Korma. HEX triplet: 85, 52 and 34. RGB value is (133,82,52). Sum of RGB (Red+Green+Blue) = 133+82+52=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #855234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855234 is #7AADCB. Grayscale: #5E5E5E. Windows color (decimal): -8039884 or 3428997. OLE color: 3428997.
HSL color Cylindrical-coordinate representation of color #855234: hue angle of 22.22º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #855234 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 52 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.48 |
| HSL | 22.22º | 0.44% | 0.36% | - |
| HSV(B) | 22.22º | 0.61% | 0.52% | - |
| XYZ | 13.31 | 11.27 | 4.72 | - |
| YUV | 93.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 52 | 0 | 0.38 | 0.61 | 0.48 | 22.22 | 0.44 | 0.36 |
| Hex | 85 | 52 | 34 | 0 | 26 | 3D | 30 | 16 | 2C | 24 |
| Octal | 205 | 122 | 64 | 0 | 46 | 75 | 60 | 26 | 54 | 44 |
| Binary | 10000101 | 1010010 | 110100 | 0 | 100110 | 111101 | 110000 | 10110 | 101100 | 100100 |
Color Harmonies of #855234
Complementary color
Monochromatic Colors of #855234
Black with #855234
Text Example
Text Example
White with #855234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855234; }
p { color: rgb(133,82,52); }
H1.HeaderClassName
{
color: #855234;
}
.AnyTagClassName
{
color: #855234;
}
</style>
background-color css
<style>
a { background-color: #855234; }
a { background-color: rgb(133,82,52); }
div.DivClassName
{
background-color: #855234;
}
.BgClassName
{
background-color: #855234;
}
</style>
border-color css
<style>
span { border-color: #855234; }
span { border-color: rgb(133,82,52); }
td.TdClassName
{
border-color: #855234;
}
.TagClassName
{
border-color: #855234;
}
</style>