Shades of Korma #805535
Tints of Korma #805535
RGB
CMYK
RGB Variations
Color information
#805535 (or 0x805535) is known color: Korma. HEX triplet: 80, 55 and 35. RGB value is (128,85,53). Sum of RGB (Red+Green+Blue) = 128+85+53=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #805535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805535 is #7FAACA. Grayscale: #5E5E5E. Windows color (decimal): -8366795 or 3495296. OLE color: 3495296.
HSL color Cylindrical-coordinate representation of color #805535: hue angle of 25.6º degrees, saturation: 0.41, 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 #805535 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 53 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.50 |
| HSL | 25.6º | 0.41% | 0.35% | - |
| HSV(B) | 25.6º | 0.59% | 0.5% | - |
| XYZ | 12.79 | 11.34 | 4.88 | - |
| YUV | 94.21 | 104.75 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 53 | 0 | 0.34 | 0.59 | 0.50 | 25.6 | 0.41 | 0.35 |
| Hex | 80 | 55 | 35 | 0 | 22 | 3B | 32 | 1A | 29 | 23 |
| Octal | 200 | 125 | 65 | 0 | 42 | 73 | 62 | 32 | 51 | 43 |
| Binary | 10000000 | 1010101 | 110101 | 0 | 100010 | 111011 | 110010 | 11010 | 101001 | 100011 |
Color Harmonies of #805535
Complementary color
Monochromatic Colors of #805535
Black with #805535
Text Example
Text Example
White with #805535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805535; }
p { color: rgb(128,85,53); }
H1.HeaderClassName
{
color: #805535;
}
.AnyTagClassName
{
color: #805535;
}
</style>
background-color css
<style>
a { background-color: #805535; }
a { background-color: rgb(128,85,53); }
div.DivClassName
{
background-color: #805535;
}
.BgClassName
{
background-color: #805535;
}
</style>
border-color css
<style>
span { border-color: #805535; }
span { border-color: rgb(128,85,53); }
td.TdClassName
{
border-color: #805535;
}
.TagClassName
{
border-color: #805535;
}
</style>