Shades of Korma #814B2B
Tints of Korma #814B2B
RGB
CMYK
RGB Variations
Color information
#814B2B (or 0x814B2B) is known color: Korma. HEX triplet: 81, 4B and 2B. RGB value is (129,75,43). Sum of RGB (Red+Green+Blue) = 129+75+43=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #814B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814B2B is #7EB4D4. Grayscale: #575757. Windows color (decimal): -8303829 or 2837377. OLE color: 2837377.
HSL color Cylindrical-coordinate representation of color #814B2B: hue angle of 22.33º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #814B2B is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 75 | 43 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.49 |
| HSL | 22.33º | 0.5% | 0.34% | - |
| HSV(B) | 22.33º | 0.67% | 0.51% | - |
| XYZ | 12.01 | 9.87 | 3.56 | - |
| YUV | 87.5 | 102.89 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 43 | 0 | 0.42 | 0.67 | 0.49 | 22.33 | 0.5 | 0.34 |
| Hex | 81 | 4B | 2B | 0 | 2A | 43 | 31 | 16 | 32 | 22 |
| Octal | 201 | 113 | 53 | 0 | 52 | 103 | 61 | 26 | 62 | 42 |
| Binary | 10000001 | 1001011 | 101011 | 0 | 101010 | 1000011 | 110001 | 10110 | 110010 | 100010 |
Color Harmonies of #814B2B
Complementary color
Monochromatic Colors of #814B2B
Black with #814B2B
Text Example
Text Example
White with #814B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814B2B; }
p { color: rgb(129,75,43); }
H1.HeaderClassName
{
color: #814B2B;
}
.AnyTagClassName
{
color: #814B2B;
}
</style>
background-color css
<style>
a { background-color: #814B2B; }
a { background-color: rgb(129,75,43); }
div.DivClassName
{
background-color: #814B2B;
}
.BgClassName
{
background-color: #814B2B;
}
</style>
border-color css
<style>
span { border-color: #814B2B; }
span { border-color: rgb(129,75,43); }
td.TdClassName
{
border-color: #814B2B;
}
.TagClassName
{
border-color: #814B2B;
}
</style>