Shades of Korma #824B2D
Tints of Korma #824B2D
RGB
CMYK
RGB Variations
Color information
#824B2D (or 0x824B2D) is known color: Korma. HEX triplet: 82, 4B and 2D. RGB value is (130,75,45). Sum of RGB (Red+Green+Blue) = 130+75+45=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #824B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B2D is #7DB4D2. Grayscale: #585858. Windows color (decimal): -8238291 or 2968450. OLE color: 2968450.
HSL color Cylindrical-coordinate representation of color #824B2D: hue angle of 21.18º 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 #824B2D is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 75 | 45 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.49 |
| HSL | 21.18º | 0.49% | 0.34% | - |
| HSV(B) | 21.18º | 0.65% | 0.51% | - |
| XYZ | 12.2 | 9.97 | 3.76 | - |
| YUV | 88.03 | 103.72 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 45 | 0 | 0.42 | 0.65 | 0.49 | 21.18 | 0.49 | 0.34 |
| Hex | 82 | 4B | 2D | 0 | 2A | 41 | 31 | 15 | 31 | 22 |
| Octal | 202 | 113 | 55 | 0 | 52 | 101 | 61 | 25 | 61 | 42 |
| Binary | 10000010 | 1001011 | 101101 | 0 | 101010 | 1000001 | 110001 | 10101 | 110001 | 100010 |
Color Harmonies of #824B2D
Complementary color
Monochromatic Colors of #824B2D
Black with #824B2D
Text Example
Text Example
White with #824B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B2D; }
p { color: rgb(130,75,45); }
H1.HeaderClassName
{
color: #824B2D;
}
.AnyTagClassName
{
color: #824B2D;
}
</style>
background-color css
<style>
a { background-color: #824B2D; }
a { background-color: rgb(130,75,45); }
div.DivClassName
{
background-color: #824B2D;
}
.BgClassName
{
background-color: #824B2D;
}
</style>
border-color css
<style>
span { border-color: #824B2D; }
span { border-color: rgb(130,75,45); }
td.TdClassName
{
border-color: #824B2D;
}
.TagClassName
{
border-color: #824B2D;
}
</style>