Shades of Korma #875231
Tints of Korma #875231
RGB
CMYK
RGB Variations
Color information
#875231 (or 0x875231) is known color: Korma. HEX triplet: 87, 52 and 31. RGB value is (135,82,49). Sum of RGB (Red+Green+Blue) = 135+82+49=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #875231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875231 is #78ADCE. Grayscale: #5E5E5E. Windows color (decimal): -7908815 or 3232391. OLE color: 3232391.
HSL color Cylindrical-coordinate representation of color #875231: hue angle of 23.02º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #875231 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 82 | 49 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.47 |
| HSL | 23.02º | 0.47% | 0.36% | - |
| HSV(B) | 23.02º | 0.64% | 0.53% | - |
| XYZ | 13.56 | 11.41 | 4.39 | - |
| YUV | 94.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 49 | 0 | 0.39 | 0.64 | 0.47 | 23.02 | 0.47 | 0.36 |
| Hex | 87 | 52 | 31 | 0 | 27 | 40 | 2F | 17 | 2F | 24 |
| Octal | 207 | 122 | 61 | 0 | 47 | 100 | 57 | 27 | 57 | 44 |
| Binary | 10000111 | 1010010 | 110001 | 0 | 100111 | 1000000 | 101111 | 10111 | 101111 | 100100 |
Color Harmonies of #875231
Complementary color
Monochromatic Colors of #875231
Black with #875231
Text Example
Text Example
White with #875231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875231; }
p { color: rgb(135,82,49); }
H1.HeaderClassName
{
color: #875231;
}
.AnyTagClassName
{
color: #875231;
}
</style>
background-color css
<style>
a { background-color: #875231; }
a { background-color: rgb(135,82,49); }
div.DivClassName
{
background-color: #875231;
}
.BgClassName
{
background-color: #875231;
}
</style>
border-color css
<style>
span { border-color: #875231; }
span { border-color: rgb(135,82,49); }
td.TdClassName
{
border-color: #875231;
}
.TagClassName
{
border-color: #875231;
}
</style>