Shades of Karaka #34321C
Tints of Karaka #34321C
RGB
CMYK
RGB Variations
Color information
#34321C (or 0x34321C) is known color: Karaka. HEX triplet: 34, 32 and 1C. RGB value is (52,50,28). Sum of RGB (Red+Green+Blue) = 52+50+28=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 52 - color contains mainly: red. Hex color #34321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34321C is #CBCDE3. Grayscale: #303030. Windows color (decimal): -13356516 or 1847860. OLE color: 1847860.
HSL color Cylindrical-coordinate representation of color #34321C: hue angle of 55º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34321C is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 50 | 28 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.80 |
| HSL | 55º | 0.3% | 0.16% | - |
| HSV(B) | 55º | 0.46% | 0.2% | - |
| XYZ | 2.77 | 3.1 | 1.55 | - |
| YUV | 48.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 28 | 0 | 0.04 | 0.46 | 0.80 | 55 | 0.3 | 0.16 |
| Hex | 34 | 32 | 1C | 0 | 4 | 2E | 50 | 37 | 1E | 10 |
| Octal | 64 | 62 | 34 | 0 | 4 | 56 | 120 | 67 | 36 | 20 |
| Binary | 110100 | 110010 | 11100 | 0 | 100 | 101110 | 1010000 | 110111 | 11110 | 10000 |
Color Harmonies of #34321C
Complementary color
Monochromatic Colors of #34321C
Black with #34321C
Text Example
Text Example
White with #34321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34321C; }
p { color: rgb(52,50,28); }
H1.HeaderClassName
{
color: #34321C;
}
.AnyTagClassName
{
color: #34321C;
}
</style>
background-color css
<style>
a { background-color: #34321C; }
a { background-color: rgb(52,50,28); }
div.DivClassName
{
background-color: #34321C;
}
.BgClassName
{
background-color: #34321C;
}
</style>
border-color css
<style>
span { border-color: #34321C; }
span { border-color: rgb(52,50,28); }
td.TdClassName
{
border-color: #34321C;
}
.TagClassName
{
border-color: #34321C;
}
</style>