Shades of Karaka #33320C
Tints of Karaka #33320C
RGB
CMYK
RGB Variations
Color information
#33320C (or 0x33320C) is known color: Karaka. HEX triplet: 33, 32 and 0C. RGB value is (51,50,12). Sum of RGB (Red+Green+Blue) = 51+50+12=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #33320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33320C is #CCCDF3. Grayscale: #2E2E2E. Windows color (decimal): -13422068 or 799283. OLE color: 799283.
HSL color Cylindrical-coordinate representation of color #33320C: hue angle of 58.46º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33320C is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 50 | 12 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.8 |
| HSL | 58.46º | 0.62% | 0.12% | - |
| HSV(B) | 58.46º | 0.76% | 0.2% | - |
| XYZ | 2.57 | 3.01 | 0.79 | - |
| YUV | 45.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 12 | 0 | 0.02 | 0.76 | 0.8 | 58.46 | 0.62 | 0.12 |
| Hex | 33 | 32 | C | 0 | 2 | 4C | 50 | 3A | 3E | C |
| Octal | 63 | 62 | 14 | 0 | 2 | 114 | 120 | 72 | 76 | 14 |
| Binary | 110011 | 110010 | 1100 | 0 | 10 | 1001100 | 1010000 | 111010 | 111110 | 1100 |
Color Harmonies of #33320C
Complementary color
Monochromatic Colors of #33320C
Black with #33320C
Text Example
Text Example
White with #33320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33320C; }
p { color: rgb(51,50,12); }
H1.HeaderClassName
{
color: #33320C;
}
.AnyTagClassName
{
color: #33320C;
}
</style>
background-color css
<style>
a { background-color: #33320C; }
a { background-color: rgb(51,50,12); }
div.DivClassName
{
background-color: #33320C;
}
.BgClassName
{
background-color: #33320C;
}
</style>
border-color css
<style>
span { border-color: #33320C; }
span { border-color: rgb(51,50,12); }
td.TdClassName
{
border-color: #33320C;
}
.TagClassName
{
border-color: #33320C;
}
</style>