Shades of Karaka #33340A
Tints of Karaka #33340A
RGB
CMYK
RGB Variations
Color information
#33340A (or 0x33340A) is known color: Karaka. HEX triplet: 33, 34 and 0A. RGB value is (51,52,10). Sum of RGB (Red+Green+Blue) = 51+52+10=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #33340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33340A is #CCCBF5. Grayscale: #2F2F2F. Windows color (decimal): -13421558 or 668723. OLE color: 668723.
HSL color Cylindrical-coordinate representation of color #33340A: hue angle of 61.43º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33340A is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 51 | 52 | 10 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.80 |
| HSL | 61.43º | 0.68% | 0.12% | - |
| HSV(B) | 61.43º | 0.81% | 0.2% | - |
| XYZ | 2.65 | 3.18 | 0.76 | - |
| YUV | 46.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 10 | 0.02 | 0 | 0.81 | 0.80 | 61.43 | 0.68 | 0.12 |
| Hex | 33 | 34 | A | 2 | 0 | 51 | 50 | 3D | 44 | C |
| Octal | 63 | 64 | 12 | 2 | 0 | 121 | 120 | 75 | 104 | 14 |
| Binary | 110011 | 110100 | 1010 | 10 | 0 | 1010001 | 1010000 | 111101 | 1000100 | 1100 |
Color Harmonies of #33340A
Complementary color
Monochromatic Colors of #33340A
Black with #33340A
Text Example
Text Example
White with #33340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33340A; }
p { color: rgb(51,52,10); }
H1.HeaderClassName
{
color: #33340A;
}
.AnyTagClassName
{
color: #33340A;
}
</style>
background-color css
<style>
a { background-color: #33340A; }
a { background-color: rgb(51,52,10); }
div.DivClassName
{
background-color: #33340A;
}
.BgClassName
{
background-color: #33340A;
}
</style>
border-color css
<style>
span { border-color: #33340A; }
span { border-color: rgb(51,52,10); }
td.TdClassName
{
border-color: #33340A;
}
.TagClassName
{
border-color: #33340A;
}
</style>