Shades of Korma #845024
Tints of Korma #845024
RGB
CMYK
RGB Variations
Color information
#845024 (or 0x845024) is known color: Korma. HEX triplet: 84, 50 and 24. RGB value is (132,80,36). Sum of RGB (Red+Green+Blue) = 132+80+36=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #845024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845024 is #7BAFDB. Grayscale: #5A5A5A. Windows color (decimal): -8105948 or 2379908. OLE color: 2379908.
HSL color Cylindrical-coordinate representation of color #845024: hue angle of 27.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #845024 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 36 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.48 |
| HSL | 27.5º | 0.57% | 0.33% | - |
| HSV(B) | 27.5º | 0.73% | 0.52% | - |
| XYZ | 12.7 | 10.77 | 3.08 | - |
| YUV | 90.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 36 | 0 | 0.39 | 0.73 | 0.48 | 27.5 | 0.57 | 0.33 |
| Hex | 84 | 50 | 24 | 0 | 27 | 49 | 30 | 1C | 39 | 21 |
| Octal | 204 | 120 | 44 | 0 | 47 | 111 | 60 | 34 | 71 | 41 |
| Binary | 10000100 | 1010000 | 100100 | 0 | 100111 | 1001001 | 110000 | 11100 | 111001 | 100001 |
Color Harmonies of #845024
Complementary color
Monochromatic Colors of #845024
Black with #845024
Text Example
Text Example
White with #845024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845024; }
p { color: rgb(132,80,36); }
H1.HeaderClassName
{
color: #845024;
}
.AnyTagClassName
{
color: #845024;
}
</style>
background-color css
<style>
a { background-color: #845024; }
a { background-color: rgb(132,80,36); }
div.DivClassName
{
background-color: #845024;
}
.BgClassName
{
background-color: #845024;
}
</style>
border-color css
<style>
span { border-color: #845024; }
span { border-color: rgb(132,80,36); }
td.TdClassName
{
border-color: #845024;
}
.TagClassName
{
border-color: #845024;
}
</style>