Shades of Karaka #32340E
Tints of Karaka #32340E
RGB
CMYK
RGB Variations
Color information
#32340E (or 0x32340E) is known color: Karaka. HEX triplet: 32, 34 and 0E. RGB value is (50,52,14). Sum of RGB (Red+Green+Blue) = 50+52+14=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #32340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32340E is #CDCBF1. Grayscale: #2F2F2F. Windows color (decimal): -13487090 or 930866. OLE color: 930866.
HSL color Cylindrical-coordinate representation of color #32340E: hue angle of 63.16º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32340E is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 52 | 14 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.80 |
| HSL | 63.16º | 0.58% | 0.13% | - |
| HSV(B) | 63.16º | 0.73% | 0.2% | - |
| XYZ | 2.62 | 3.17 | 0.89 | - |
| YUV | 47.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 14 | 0.04 | 0 | 0.73 | 0.80 | 63.16 | 0.58 | 0.13 |
| Hex | 32 | 34 | E | 4 | 0 | 49 | 50 | 3F | 3A | D |
| Octal | 62 | 64 | 16 | 4 | 0 | 111 | 120 | 77 | 72 | 15 |
| Binary | 110010 | 110100 | 1110 | 100 | 0 | 1001001 | 1010000 | 111111 | 111010 | 1101 |
Color Harmonies of #32340E
Complementary color
Monochromatic Colors of #32340E
Black with #32340E
Text Example
Text Example
White with #32340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32340E; }
p { color: rgb(50,52,14); }
H1.HeaderClassName
{
color: #32340E;
}
.AnyTagClassName
{
color: #32340E;
}
</style>
background-color css
<style>
a { background-color: #32340E; }
a { background-color: rgb(50,52,14); }
div.DivClassName
{
background-color: #32340E;
}
.BgClassName
{
background-color: #32340E;
}
</style>
border-color css
<style>
span { border-color: #32340E; }
span { border-color: rgb(50,52,14); }
td.TdClassName
{
border-color: #32340E;
}
.TagClassName
{
border-color: #32340E;
}
</style>