Shades of Karaka #32340D
Tints of Karaka #32340D
RGB
CMYK
RGB Variations
Color information
#32340D (or 0x32340D) is known color: Karaka. HEX triplet: 32, 34 and 0D. RGB value is (50,52,13). Sum of RGB (Red+Green+Blue) = 50+52+13=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #32340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32340D is #CDCBF2. Grayscale: #2F2F2F. Windows color (decimal): -13487091 or 865330. OLE color: 865330.
HSL color Cylindrical-coordinate representation of color #32340D: hue angle of 63.08º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32340D is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 52 | 13 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.80 |
| HSL | 63.08º | 0.6% | 0.13% | - |
| HSV(B) | 63.08º | 0.75% | 0.2% | - |
| XYZ | 2.62 | 3.16 | 0.85 | - |
| YUV | 46.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 13 | 0.04 | 0 | 0.75 | 0.80 | 63.08 | 0.6 | 0.13 |
| Hex | 32 | 34 | D | 4 | 0 | 4B | 50 | 3F | 3C | D |
| Octal | 62 | 64 | 15 | 4 | 0 | 113 | 120 | 77 | 74 | 15 |
| Binary | 110010 | 110100 | 1101 | 100 | 0 | 1001011 | 1010000 | 111111 | 111100 | 1101 |
Color Harmonies of #32340D
Complementary color
Monochromatic Colors of #32340D
Black with #32340D
Text Example
Text Example
White with #32340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32340D; }
p { color: rgb(50,52,13); }
H1.HeaderClassName
{
color: #32340D;
}
.AnyTagClassName
{
color: #32340D;
}
</style>
background-color css
<style>
a { background-color: #32340D; }
a { background-color: rgb(50,52,13); }
div.DivClassName
{
background-color: #32340D;
}
.BgClassName
{
background-color: #32340D;
}
</style>
border-color css
<style>
span { border-color: #32340D; }
span { border-color: rgb(50,52,13); }
td.TdClassName
{
border-color: #32340D;
}
.TagClassName
{
border-color: #32340D;
}
</style>