Shades of Korma #805130
Tints of Korma #805130
RGB
CMYK
RGB Variations
Color information
#805130 (or 0x805130) is known color: Korma. HEX triplet: 80, 51 and 30. RGB value is (128,81,48). Sum of RGB (Red+Green+Blue) = 128+81+48=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #805130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805130 is #7FAECF. Grayscale: #5B5B5B. Windows color (decimal): -8367824 or 3166592. OLE color: 3166592.
HSL color Cylindrical-coordinate representation of color #805130: hue angle of 24.75º 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 #805130 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 48 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.50 |
| HSL | 24.75º | 0.45% | 0.35% | - |
| HSV(B) | 24.75º | 0.63% | 0.5% | - |
| XYZ | 12.38 | 10.69 | 4.21 | - |
| YUV | 91.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 48 | 0 | 0.37 | 0.62 | 0.50 | 24.75 | 0.45 | 0.35 |
| Hex | 80 | 51 | 30 | 0 | 25 | 3E | 32 | 19 | 2D | 23 |
| Octal | 200 | 121 | 60 | 0 | 45 | 76 | 62 | 31 | 55 | 43 |
| Binary | 10000000 | 1010001 | 110000 | 0 | 100101 | 111110 | 110010 | 11001 | 101101 | 100011 |
Color Harmonies of #805130
Complementary color
Monochromatic Colors of #805130
Black with #805130
Text Example
Text Example
White with #805130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805130; }
p { color: rgb(128,81,48); }
H1.HeaderClassName
{
color: #805130;
}
.AnyTagClassName
{
color: #805130;
}
</style>
background-color css
<style>
a { background-color: #805130; }
a { background-color: rgb(128,81,48); }
div.DivClassName
{
background-color: #805130;
}
.BgClassName
{
background-color: #805130;
}
</style>
border-color css
<style>
span { border-color: #805130; }
span { border-color: rgb(128,81,48); }
td.TdClassName
{
border-color: #805130;
}
.TagClassName
{
border-color: #805130;
}
</style>