Shades of Karaka #343210
Tints of Karaka #343210
RGB
CMYK
RGB Variations
Color information
#343210 (or 0x343210) is known color: Karaka. HEX triplet: 34, 32 and 10. RGB value is (52,50,16). Sum of RGB (Red+Green+Blue) = 52+50+16=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #343210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343210 is #CBCDEF. Grayscale: #2E2E2E. Windows color (decimal): -13356528 or 1061428. OLE color: 1061428.
HSL color Cylindrical-coordinate representation of color #343210: hue angle of 56.67º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #343210 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 50 | 16 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.80 |
| HSL | 56.67º | 0.53% | 0.13% | - |
| HSV(B) | 56.67º | 0.69% | 0.2% | - |
| XYZ | 2.65 | 3.05 | 0.94 | - |
| YUV | 46.72 | 110.66 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 16 | 0 | 0.04 | 0.69 | 0.80 | 56.67 | 0.53 | 0.13 |
| Hex | 34 | 32 | 10 | 0 | 4 | 45 | 50 | 39 | 35 | D |
| Octal | 64 | 62 | 20 | 0 | 4 | 105 | 120 | 71 | 65 | 15 |
| Binary | 110100 | 110010 | 10000 | 0 | 100 | 1000101 | 1010000 | 111001 | 110101 | 1101 |
Color Harmonies of #343210
Complementary color
Monochromatic Colors of #343210
Black with #343210
Text Example
Text Example
White with #343210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343210; }
p { color: rgb(52,50,16); }
H1.HeaderClassName
{
color: #343210;
}
.AnyTagClassName
{
color: #343210;
}
</style>
background-color css
<style>
a { background-color: #343210; }
a { background-color: rgb(52,50,16); }
div.DivClassName
{
background-color: #343210;
}
.BgClassName
{
background-color: #343210;
}
</style>
border-color css
<style>
span { border-color: #343210; }
span { border-color: rgb(52,50,16); }
td.TdClassName
{
border-color: #343210;
}
.TagClassName
{
border-color: #343210;
}
</style>