Shades of Korma #824F2D
Tints of Korma #824F2D
RGB
CMYK
RGB Variations
Color information
#824F2D (or 0x824F2D) is known color: Korma. HEX triplet: 82, 4F and 2D. RGB value is (130,79,45). Sum of RGB (Red+Green+Blue) = 130+79+45=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #824F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F2D is #7DB0D2. Grayscale: #5A5A5A. Windows color (decimal): -8237267 or 2969474. OLE color: 2969474.
HSL color Cylindrical-coordinate representation of color #824F2D: hue angle of 24º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #824F2D is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 79 | 45 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.49 |
| HSL | 24º | 0.49% | 0.34% | - |
| HSV(B) | 24º | 0.65% | 0.51% | - |
| XYZ | 12.48 | 10.53 | 3.86 | - |
| YUV | 90.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 45 | 0 | 0.39 | 0.65 | 0.49 | 24 | 0.49 | 0.34 |
| Hex | 82 | 4F | 2D | 0 | 27 | 41 | 31 | 18 | 31 | 22 |
| Octal | 202 | 117 | 55 | 0 | 47 | 101 | 61 | 30 | 61 | 42 |
| Binary | 10000010 | 1001111 | 101101 | 0 | 100111 | 1000001 | 110001 | 11000 | 110001 | 100010 |
Color Harmonies of #824F2D
Complementary color
Monochromatic Colors of #824F2D
Black with #824F2D
Text Example
Text Example
White with #824F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824F2D; }
p { color: rgb(130,79,45); }
H1.HeaderClassName
{
color: #824F2D;
}
.AnyTagClassName
{
color: #824F2D;
}
</style>
background-color css
<style>
a { background-color: #824F2D; }
a { background-color: rgb(130,79,45); }
div.DivClassName
{
background-color: #824F2D;
}
.BgClassName
{
background-color: #824F2D;
}
</style>
border-color css
<style>
span { border-color: #824F2D; }
span { border-color: rgb(130,79,45); }
td.TdClassName
{
border-color: #824F2D;
}
.TagClassName
{
border-color: #824F2D;
}
</style>