Shades of Korma #805434
Tints of Korma #805434
RGB
CMYK
RGB Variations
Color information
#805434 (or 0x805434) is known color: Korma. HEX triplet: 80, 54 and 34. RGB value is (128,84,52). Sum of RGB (Red+Green+Blue) = 128+84+52=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #805434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805434 is #7FABCB. Grayscale: #5D5D5D. Windows color (decimal): -8367052 or 3429504. OLE color: 3429504.
HSL color Cylindrical-coordinate representation of color #805434: hue angle of 25.26º 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 #805434 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 52 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.50 |
| HSL | 25.26º | 0.42% | 0.35% | - |
| HSV(B) | 25.26º | 0.59% | 0.5% | - |
| XYZ | 12.69 | 11.18 | 4.74 | - |
| YUV | 93.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 52 | 0 | 0.34 | 0.59 | 0.50 | 25.26 | 0.42 | 0.35 |
| Hex | 80 | 54 | 34 | 0 | 22 | 3B | 32 | 19 | 2A | 23 |
| Octal | 200 | 124 | 64 | 0 | 42 | 73 | 62 | 31 | 52 | 43 |
| Binary | 10000000 | 1010100 | 110100 | 0 | 100010 | 111011 | 110010 | 11001 | 101010 | 100011 |
Color Harmonies of #805434
Complementary color
Monochromatic Colors of #805434
Black with #805434
Text Example
Text Example
White with #805434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805434; }
p { color: rgb(128,84,52); }
H1.HeaderClassName
{
color: #805434;
}
.AnyTagClassName
{
color: #805434;
}
</style>
background-color css
<style>
a { background-color: #805434; }
a { background-color: rgb(128,84,52); }
div.DivClassName
{
background-color: #805434;
}
.BgClassName
{
background-color: #805434;
}
</style>
border-color css
<style>
span { border-color: #805434; }
span { border-color: rgb(128,84,52); }
td.TdClassName
{
border-color: #805434;
}
.TagClassName
{
border-color: #805434;
}
</style>