Shades of Korma #814B25
Tints of Korma #814B25
RGB
CMYK
RGB Variations
Color information
#814B25 (or 0x814B25) is known color: Korma. HEX triplet: 81, 4B and 25. RGB value is (129,75,37). Sum of RGB (Red+Green+Blue) = 129+75+37=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #814B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814B25 is #7EB4DA. Grayscale: #575757. Windows color (decimal): -8303835 or 2444161. OLE color: 2444161.
HSL color Cylindrical-coordinate representation of color #814B25: hue angle of 24.78º 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 #814B25 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 75 | 37 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.49 |
| HSL | 24.78º | 0.55% | 0.33% | - |
| HSV(B) | 24.78º | 0.71% | 0.51% | - |
| XYZ | 11.9 | 9.83 | 3.02 | - |
| YUV | 86.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 37 | 0 | 0.42 | 0.71 | 0.49 | 24.78 | 0.55 | 0.33 |
| Hex | 81 | 4B | 25 | 0 | 2A | 47 | 31 | 19 | 37 | 21 |
| Octal | 201 | 113 | 45 | 0 | 52 | 107 | 61 | 31 | 67 | 41 |
| Binary | 10000001 | 1001011 | 100101 | 0 | 101010 | 1000111 | 110001 | 11001 | 110111 | 100001 |
Color Harmonies of #814B25
Complementary color
Monochromatic Colors of #814B25
Black with #814B25
Text Example
Text Example
White with #814B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814B25; }
p { color: rgb(129,75,37); }
H1.HeaderClassName
{
color: #814B25;
}
.AnyTagClassName
{
color: #814B25;
}
</style>
background-color css
<style>
a { background-color: #814B25; }
a { background-color: rgb(129,75,37); }
div.DivClassName
{
background-color: #814B25;
}
.BgClassName
{
background-color: #814B25;
}
</style>
border-color css
<style>
span { border-color: #814B25; }
span { border-color: rgb(129,75,37); }
td.TdClassName
{
border-color: #814B25;
}
.TagClassName
{
border-color: #814B25;
}
</style>