Shades of Korma #814C25
Tints of Korma #814C25
RGB
CMYK
RGB Variations
Color information
#814C25 (or 0x814C25) is known color: Korma. HEX triplet: 81, 4C and 25. RGB value is (129,76,37). Sum of RGB (Red+Green+Blue) = 129+76+37=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #814C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C25 is #7EB3DA. Grayscale: #575757. Windows color (decimal): -8303579 or 2444417. OLE color: 2444417.
HSL color Cylindrical-coordinate representation of color #814C25: hue angle of 25.43º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #814C25 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 76 | 37 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.49 |
| HSL | 25.43º | 0.55% | 0.33% | - |
| HSV(B) | 25.43º | 0.71% | 0.51% | - |
| XYZ | 11.97 | 9.97 | 3.04 | - |
| YUV | 87.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 76 | 37 | 0 | 0.41 | 0.71 | 0.49 | 25.43 | 0.55 | 0.33 |
| Hex | 81 | 4C | 25 | 0 | 29 | 47 | 31 | 19 | 37 | 21 |
| Octal | 201 | 114 | 45 | 0 | 51 | 107 | 61 | 31 | 67 | 41 |
| Binary | 10000001 | 1001100 | 100101 | 0 | 101001 | 1000111 | 110001 | 11001 | 110111 | 100001 |
Color Harmonies of #814C25
Complementary color
Monochromatic Colors of #814C25
Black with #814C25
Text Example
Text Example
White with #814C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814C25; }
p { color: rgb(129,76,37); }
H1.HeaderClassName
{
color: #814C25;
}
.AnyTagClassName
{
color: #814C25;
}
</style>
background-color css
<style>
a { background-color: #814C25; }
a { background-color: rgb(129,76,37); }
div.DivClassName
{
background-color: #814C25;
}
.BgClassName
{
background-color: #814C25;
}
</style>
border-color css
<style>
span { border-color: #814C25; }
span { border-color: rgb(129,76,37); }
td.TdClassName
{
border-color: #814C25;
}
.TagClassName
{
border-color: #814C25;
}
</style>