Shades of Korma #875023
Tints of Korma #875023
RGB
CMYK
RGB Variations
Color information
#875023 (or 0x875023) is known color: Korma. HEX triplet: 87, 50 and 23. RGB value is (135,80,35). Sum of RGB (Red+Green+Blue) = 135+80+35=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #875023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875023 is #78AFDC. Grayscale: #5B5B5B. Windows color (decimal): -7909341 or 2314375. OLE color: 2314375.
HSL color Cylindrical-coordinate representation of color #875023: hue angle of 27º 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 #875023 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 35 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.47 |
| HSL | 27º | 0.59% | 0.33% | - |
| HSV(B) | 27º | 0.74% | 0.53% | - |
| XYZ | 13.16 | 11.01 | 3.02 | - |
| YUV | 91.32 | 96.22 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 35 | 0 | 0.41 | 0.74 | 0.47 | 27 | 0.59 | 0.33 |
| Hex | 87 | 50 | 23 | 0 | 29 | 4A | 2F | 1B | 3B | 21 |
| Octal | 207 | 120 | 43 | 0 | 51 | 112 | 57 | 33 | 73 | 41 |
| Binary | 10000111 | 1010000 | 100011 | 0 | 101001 | 1001010 | 101111 | 11011 | 111011 | 100001 |
Color Harmonies of #875023
Complementary color
Monochromatic Colors of #875023
Black with #875023
Text Example
Text Example
White with #875023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875023; }
p { color: rgb(135,80,35); }
H1.HeaderClassName
{
color: #875023;
}
.AnyTagClassName
{
color: #875023;
}
</style>
background-color css
<style>
a { background-color: #875023; }
a { background-color: rgb(135,80,35); }
div.DivClassName
{
background-color: #875023;
}
.BgClassName
{
background-color: #875023;
}
</style>
border-color css
<style>
span { border-color: #875023; }
span { border-color: rgb(135,80,35); }
td.TdClassName
{
border-color: #875023;
}
.TagClassName
{
border-color: #875023;
}
</style>