Shades of Karaka #343512
Tints of Karaka #343512
RGB
CMYK
RGB Variations
Color information
#343512 (or 0x343512) is known color: Karaka. HEX triplet: 34, 35 and 12. RGB value is (52,53,18). Sum of RGB (Red+Green+Blue) = 52+53+18=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 53 - color contains mainly: green. Hex color #343512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343512 is #CBCAED. Grayscale: #303030. Windows color (decimal): -13355758 or 1193268. OLE color: 1193268.
HSL color Cylindrical-coordinate representation of color #343512: hue angle of 61.71º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #343512 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 53 | 18 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.79 |
| HSL | 61.71º | 0.49% | 0.14% | - |
| HSV(B) | 61.71º | 0.66% | 0.21% | - |
| XYZ | 2.8 | 3.32 | 1.07 | - |
| YUV | 48.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 18 | 0.02 | 0 | 0.66 | 0.79 | 61.71 | 0.49 | 0.14 |
| Hex | 34 | 35 | 12 | 2 | 0 | 42 | 4F | 3E | 31 | E |
| Octal | 64 | 65 | 22 | 2 | 0 | 102 | 117 | 76 | 61 | 16 |
| Binary | 110100 | 110101 | 10010 | 10 | 0 | 1000010 | 1001111 | 111110 | 110001 | 1110 |
Color Harmonies of #343512
Complementary color
Monochromatic Colors of #343512
Black with #343512
Text Example
Text Example
White with #343512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343512; }
p { color: rgb(52,53,18); }
H1.HeaderClassName
{
color: #343512;
}
.AnyTagClassName
{
color: #343512;
}
</style>
background-color css
<style>
a { background-color: #343512; }
a { background-color: rgb(52,53,18); }
div.DivClassName
{
background-color: #343512;
}
.BgClassName
{
background-color: #343512;
}
</style>
border-color css
<style>
span { border-color: #343512; }
span { border-color: rgb(52,53,18); }
td.TdClassName
{
border-color: #343512;
}
.TagClassName
{
border-color: #343512;
}
</style>