Shades of Karaka #343205
Tints of Karaka #343205
RGB
CMYK
RGB Variations
Color information
#343205 (or 0x343205) is known color: Karaka. HEX triplet: 34, 32 and 05. RGB value is (52,50,5). Sum of RGB (Red+Green+Blue) = 52+50+5=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #343205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343205 is #CBCDFA. Grayscale: #2D2D2D. Windows color (decimal): -13356539 or 340532. OLE color: 340532.
HSL color Cylindrical-coordinate representation of color #343205: hue angle of 57.45º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #343205 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 50 | 5 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.80 |
| HSL | 57.45º | 0.82% | 0.11% | - |
| HSV(B) | 57.45º | 0.9% | 0.2% | - |
| XYZ | 2.58 | 3.02 | 0.59 | - |
| YUV | 45.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 5 | 0 | 0.04 | 0.90 | 0.80 | 57.45 | 0.82 | 0.11 |
| Hex | 34 | 32 | 5 | 0 | 4 | 5A | 50 | 39 | 52 | B |
| Octal | 64 | 62 | 5 | 0 | 4 | 132 | 120 | 71 | 122 | 13 |
| Binary | 110100 | 110010 | 101 | 0 | 100 | 1011010 | 1010000 | 111001 | 1010010 | 1011 |
Color Harmonies of #343205
Complementary color
Monochromatic Colors of #343205
Black with #343205
Text Example
Text Example
White with #343205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343205; }
p { color: rgb(52,50,5); }
H1.HeaderClassName
{
color: #343205;
}
.AnyTagClassName
{
color: #343205;
}
</style>
background-color css
<style>
a { background-color: #343205; }
a { background-color: rgb(52,50,5); }
div.DivClassName
{
background-color: #343205;
}
.BgClassName
{
background-color: #343205;
}
</style>
border-color css
<style>
span { border-color: #343205; }
span { border-color: rgb(52,50,5); }
td.TdClassName
{
border-color: #343205;
}
.TagClassName
{
border-color: #343205;
}
</style>