Shades of Korma #855126
Tints of Korma #855126
RGB
CMYK
RGB Variations
Color information
#855126 (or 0x855126) is known color: Korma. HEX triplet: 85, 51 and 26. RGB value is (133,81,38). Sum of RGB (Red+Green+Blue) = 133+81+38=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #855126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855126 is #7AAED9. Grayscale: #5B5B5B. Windows color (decimal): -8040154 or 2511237. OLE color: 2511237.
HSL color Cylindrical-coordinate representation of color #855126: hue angle of 27.16º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #855126 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 38 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.48 |
| HSL | 27.16º | 0.56% | 0.34% | - |
| HSV(B) | 27.16º | 0.71% | 0.52% | - |
| XYZ | 12.97 | 11.01 | 3.28 | - |
| YUV | 91.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 38 | 0 | 0.39 | 0.71 | 0.48 | 27.16 | 0.56 | 0.34 |
| Hex | 85 | 51 | 26 | 0 | 27 | 47 | 30 | 1B | 38 | 22 |
| Octal | 205 | 121 | 46 | 0 | 47 | 107 | 60 | 33 | 70 | 42 |
| Binary | 10000101 | 1010001 | 100110 | 0 | 100111 | 1000111 | 110000 | 11011 | 111000 | 100010 |
Color Harmonies of #855126
Complementary color
Monochromatic Colors of #855126
Black with #855126
Text Example
Text Example
White with #855126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855126; }
p { color: rgb(133,81,38); }
H1.HeaderClassName
{
color: #855126;
}
.AnyTagClassName
{
color: #855126;
}
</style>
background-color css
<style>
a { background-color: #855126; }
a { background-color: rgb(133,81,38); }
div.DivClassName
{
background-color: #855126;
}
.BgClassName
{
background-color: #855126;
}
</style>
border-color css
<style>
span { border-color: #855126; }
span { border-color: rgb(133,81,38); }
td.TdClassName
{
border-color: #855126;
}
.TagClassName
{
border-color: #855126;
}
</style>