Shades of Korma #814A2A
Tints of Korma #814A2A
RGB
CMYK
RGB Variations
Color information
#814A2A (or 0x814A2A) is known color: Korma. HEX triplet: 81, 4A and 2A. RGB value is (129,74,42). Sum of RGB (Red+Green+Blue) = 129+74+42=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #814A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A2A is #7EB5D5. Grayscale: #565656. Windows color (decimal): -8304086 or 2771585. OLE color: 2771585.
HSL color Cylindrical-coordinate representation of color #814A2A: hue angle of 22.07º degrees, saturation: 0.51, 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 #814A2A is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 74 | 42 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.49 |
| HSL | 22.07º | 0.51% | 0.34% | - |
| HSV(B) | 22.07º | 0.67% | 0.51% | - |
| XYZ | 11.92 | 9.73 | 3.44 | - |
| YUV | 86.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 42 | 0 | 0.43 | 0.67 | 0.49 | 22.07 | 0.51 | 0.34 |
| Hex | 81 | 4A | 2A | 0 | 2B | 43 | 31 | 16 | 33 | 22 |
| Octal | 201 | 112 | 52 | 0 | 53 | 103 | 61 | 26 | 63 | 42 |
| Binary | 10000001 | 1001010 | 101010 | 0 | 101011 | 1000011 | 110001 | 10110 | 110011 | 100010 |
Color Harmonies of #814A2A
Complementary color
Monochromatic Colors of #814A2A
Black with #814A2A
Text Example
Text Example
White with #814A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814A2A; }
p { color: rgb(129,74,42); }
H1.HeaderClassName
{
color: #814A2A;
}
.AnyTagClassName
{
color: #814A2A;
}
</style>
background-color css
<style>
a { background-color: #814A2A; }
a { background-color: rgb(129,74,42); }
div.DivClassName
{
background-color: #814A2A;
}
.BgClassName
{
background-color: #814A2A;
}
</style>
border-color css
<style>
span { border-color: #814A2A; }
span { border-color: rgb(129,74,42); }
td.TdClassName
{
border-color: #814A2A;
}
.TagClassName
{
border-color: #814A2A;
}
</style>