Shades of Korma #8A4B25
Tints of Korma #8A4B25
RGB
CMYK
RGB Variations
Color information
#8A4B25 (or 0x8A4B25) is known color: Korma. HEX triplet: 8A, 4B and 25. RGB value is (138,75,37). Sum of RGB (Red+Green+Blue) = 138+75+37=250 (33% of max value = 765). Red value is 138 (54.30% from 255 or 55.2% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4B25 is #75B4DA. Grayscale: #595959. Windows color (decimal): -7714011 or 2444170. OLE color: 2444170.
HSL color Cylindrical-coordinate representation of color #8A4B25: hue angle of 22.57º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A4B25 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 75 | 37 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.46 |
| HSL | 22.57º | 0.58% | 0.34% | - |
| HSV(B) | 22.57º | 0.73% | 0.54% | - |
| XYZ | 13.33 | 10.57 | 3.09 | - |
| YUV | 89.51 | 98.37 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 75 | 37 | 0 | 0.46 | 0.73 | 0.46 | 22.57 | 0.58 | 0.34 |
| Hex | 8A | 4B | 25 | 0 | 2E | 49 | 2E | 17 | 3A | 22 |
| Octal | 212 | 113 | 45 | 0 | 56 | 111 | 56 | 27 | 72 | 42 |
| Binary | 10001010 | 1001011 | 100101 | 0 | 101110 | 1001001 | 101110 | 10111 | 111010 | 100010 |
Color Harmonies of #8A4B25
Complementary color
Monochromatic Colors of #8A4B25
Black with #8A4B25
Text Example
Text Example
White with #8A4B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4B25; }
p { color: rgb(138,75,37); }
H1.HeaderClassName
{
color: #8A4B25;
}
.AnyTagClassName
{
color: #8A4B25;
}
</style>
background-color css
<style>
a { background-color: #8A4B25; }
a { background-color: rgb(138,75,37); }
div.DivClassName
{
background-color: #8A4B25;
}
.BgClassName
{
background-color: #8A4B25;
}
</style>
border-color css
<style>
span { border-color: #8A4B25; }
span { border-color: rgb(138,75,37); }
td.TdClassName
{
border-color: #8A4B25;
}
.TagClassName
{
border-color: #8A4B25;
}
</style>