Shades of Korma #805630
Tints of Korma #805630
RGB
CMYK
RGB Variations
Color information
#805630 (or 0x805630) is known color: Korma. HEX triplet: 80, 56 and 30. RGB value is (128,86,48). Sum of RGB (Red+Green+Blue) = 128+86+48=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #805630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805630 is #7FA9CF. Grayscale: #5E5E5E. Windows color (decimal): -8366544 or 3167872. OLE color: 3167872.
HSL color Cylindrical-coordinate representation of color #805630: hue angle of 28.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #805630 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 86 | 48 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.50 |
| HSL | 28.5º | 0.45% | 0.35% | - |
| HSV(B) | 28.5º | 0.63% | 0.5% | - |
| XYZ | 12.76 | 11.46 | 4.34 | - |
| YUV | 94.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 48 | 0 | 0.33 | 0.62 | 0.50 | 28.5 | 0.45 | 0.35 |
| Hex | 80 | 56 | 30 | 0 | 21 | 3E | 32 | 1C | 2D | 23 |
| Octal | 200 | 126 | 60 | 0 | 41 | 76 | 62 | 34 | 55 | 43 |
| Binary | 10000000 | 1010110 | 110000 | 0 | 100001 | 111110 | 110010 | 11100 | 101101 | 100011 |
Color Harmonies of #805630
Complementary color
Monochromatic Colors of #805630
Black with #805630
Text Example
Text Example
White with #805630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805630; }
p { color: rgb(128,86,48); }
H1.HeaderClassName
{
color: #805630;
}
.AnyTagClassName
{
color: #805630;
}
</style>
background-color css
<style>
a { background-color: #805630; }
a { background-color: rgb(128,86,48); }
div.DivClassName
{
background-color: #805630;
}
.BgClassName
{
background-color: #805630;
}
</style>
border-color css
<style>
span { border-color: #805630; }
span { border-color: rgb(128,86,48); }
td.TdClassName
{
border-color: #805630;
}
.TagClassName
{
border-color: #805630;
}
</style>