Shades of Korma #805834
Tints of Korma #805834
RGB
CMYK
RGB Variations
Color information
#805834 (or 0x805834) is known color: Korma. HEX triplet: 80, 58 and 34. RGB value is (128,88,52). Sum of RGB (Red+Green+Blue) = 128+88+52=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #805834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805834 is #7FA7CB. Grayscale: #606060. Windows color (decimal): -8366028 or 3430528. OLE color: 3430528.
HSL color Cylindrical-coordinate representation of color #805834: hue angle of 28.42º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805834 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 88 | 52 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.50 |
| HSL | 28.42º | 0.42% | 0.35% | - |
| HSV(B) | 28.42º | 0.59% | 0.5% | - |
| XYZ | 13.01 | 11.82 | 4.84 | - |
| YUV | 95.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 88 | 52 | 0 | 0.31 | 0.59 | 0.50 | 28.42 | 0.42 | 0.35 |
| Hex | 80 | 58 | 34 | 0 | 1F | 3B | 32 | 1C | 2A | 23 |
| Octal | 200 | 130 | 64 | 0 | 37 | 73 | 62 | 34 | 52 | 43 |
| Binary | 10000000 | 1011000 | 110100 | 0 | 11111 | 111011 | 110010 | 11100 | 101010 | 100011 |
Color Harmonies of #805834
Complementary color
Monochromatic Colors of #805834
Black with #805834
Text Example
Text Example
White with #805834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805834; }
p { color: rgb(128,88,52); }
H1.HeaderClassName
{
color: #805834;
}
.AnyTagClassName
{
color: #805834;
}
</style>
background-color css
<style>
a { background-color: #805834; }
a { background-color: rgb(128,88,52); }
div.DivClassName
{
background-color: #805834;
}
.BgClassName
{
background-color: #805834;
}
</style>
border-color css
<style>
span { border-color: #805834; }
span { border-color: rgb(128,88,52); }
td.TdClassName
{
border-color: #805834;
}
.TagClassName
{
border-color: #805834;
}
</style>