Shades of Karaka #33340E
Tints of Karaka #33340E
RGB
CMYK
RGB Variations
Color information
#33340E (or 0x33340E) is known color: Karaka. HEX triplet: 33, 34 and 0E. RGB value is (51,52,14). Sum of RGB (Red+Green+Blue) = 51+52+14=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 52 - color contains mainly: green. Hex color #33340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33340E is #CCCBF1. Grayscale: #2F2F2F. Windows color (decimal): -13421554 or 930867. OLE color: 930867.
HSL color Cylindrical-coordinate representation of color #33340E: hue angle of 61.58º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33340E is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 51 | 52 | 14 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.80 |
| HSL | 61.58º | 0.58% | 0.13% | - |
| HSV(B) | 61.58º | 0.73% | 0.2% | - |
| XYZ | 2.67 | 3.19 | 0.89 | - |
| YUV | 47.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 14 | 0.02 | 0 | 0.73 | 0.80 | 61.58 | 0.58 | 0.13 |
| Hex | 33 | 34 | E | 2 | 0 | 49 | 50 | 3E | 3A | D |
| Octal | 63 | 64 | 16 | 2 | 0 | 111 | 120 | 76 | 72 | 15 |
| Binary | 110011 | 110100 | 1110 | 10 | 0 | 1001001 | 1010000 | 111110 | 111010 | 1101 |
Color Harmonies of #33340E
Complementary color
Monochromatic Colors of #33340E
Black with #33340E
Text Example
Text Example
White with #33340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33340E; }
p { color: rgb(51,52,14); }
H1.HeaderClassName
{
color: #33340E;
}
.AnyTagClassName
{
color: #33340E;
}
</style>
background-color css
<style>
a { background-color: #33340E; }
a { background-color: rgb(51,52,14); }
div.DivClassName
{
background-color: #33340E;
}
.BgClassName
{
background-color: #33340E;
}
</style>
border-color css
<style>
span { border-color: #33340E; }
span { border-color: rgb(51,52,14); }
td.TdClassName
{
border-color: #33340E;
}
.TagClassName
{
border-color: #33340E;
}
</style>