Shades of Karaka #34321D
Tints of Karaka #34321D
RGB
CMYK
RGB Variations
Color information
#34321D (or 0x34321D) is known color: Karaka. HEX triplet: 34, 32 and 1D. RGB value is (52,50,29). Sum of RGB (Red+Green+Blue) = 52+50+29=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 52 - color contains mainly: red. Hex color #34321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34321D is #CBCDE2. Grayscale: #303030. Windows color (decimal): -13356515 or 1913396. OLE color: 1913396.
HSL color Cylindrical-coordinate representation of color #34321D: hue angle of 54.78º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34321D is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 50 | 29 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.80 |
| HSL | 54.78º | 0.28% | 0.16% | - |
| HSV(B) | 54.78º | 0.44% | 0.2% | - |
| XYZ | 2.78 | 3.1 | 1.61 | - |
| YUV | 48.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 29 | 0 | 0.04 | 0.44 | 0.80 | 54.78 | 0.28 | 0.16 |
| Hex | 34 | 32 | 1D | 0 | 4 | 2C | 50 | 37 | 1C | 10 |
| Octal | 64 | 62 | 35 | 0 | 4 | 54 | 120 | 67 | 34 | 20 |
| Binary | 110100 | 110010 | 11101 | 0 | 100 | 101100 | 1010000 | 110111 | 11100 | 10000 |
Color Harmonies of #34321D
Complementary color
Monochromatic Colors of #34321D
Black with #34321D
Text Example
Text Example
White with #34321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34321D; }
p { color: rgb(52,50,29); }
H1.HeaderClassName
{
color: #34321D;
}
.AnyTagClassName
{
color: #34321D;
}
</style>
background-color css
<style>
a { background-color: #34321D; }
a { background-color: rgb(52,50,29); }
div.DivClassName
{
background-color: #34321D;
}
.BgClassName
{
background-color: #34321D;
}
</style>
border-color css
<style>
span { border-color: #34321D; }
span { border-color: rgb(52,50,29); }
td.TdClassName
{
border-color: #34321D;
}
.TagClassName
{
border-color: #34321D;
}
</style>