Shades of Korma #875223
Tints of Korma #875223
RGB
CMYK
RGB Variations
Color information
#875223 (or 0x875223) is known color: Korma. HEX triplet: 87, 52 and 23. RGB value is (135,82,35). Sum of RGB (Red+Green+Blue) = 135+82+35=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #875223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875223 is #78ADDC. Grayscale: #5C5C5C. Windows color (decimal): -7908829 or 2314887. OLE color: 2314887.
HSL color Cylindrical-coordinate representation of color #875223: hue angle of 28.2º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #875223 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 82 | 35 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.47 |
| HSL | 28.2º | 0.59% | 0.33% | - |
| HSV(B) | 28.2º | 0.74% | 0.53% | - |
| XYZ | 13.31 | 11.31 | 3.07 | - |
| YUV | 92.49 | 95.56 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 35 | 0 | 0.39 | 0.74 | 0.47 | 28.2 | 0.59 | 0.33 |
| Hex | 87 | 52 | 23 | 0 | 27 | 4A | 2F | 1C | 3B | 21 |
| Octal | 207 | 122 | 43 | 0 | 47 | 112 | 57 | 34 | 73 | 41 |
| Binary | 10000111 | 1010010 | 100011 | 0 | 100111 | 1001010 | 101111 | 11100 | 111011 | 100001 |
Color Harmonies of #875223
Complementary color
Monochromatic Colors of #875223
Black with #875223
Text Example
Text Example
White with #875223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875223; }
p { color: rgb(135,82,35); }
H1.HeaderClassName
{
color: #875223;
}
.AnyTagClassName
{
color: #875223;
}
</style>
background-color css
<style>
a { background-color: #875223; }
a { background-color: rgb(135,82,35); }
div.DivClassName
{
background-color: #875223;
}
.BgClassName
{
background-color: #875223;
}
</style>
border-color css
<style>
span { border-color: #875223; }
span { border-color: rgb(135,82,35); }
td.TdClassName
{
border-color: #875223;
}
.TagClassName
{
border-color: #875223;
}
</style>