Shades of Karaka #32330C
Tints of Karaka #32330C
RGB
CMYK
RGB Variations
Color information
#32330C (or 0x32330C) is known color: Karaka. HEX triplet: 32, 33 and 0C. RGB value is (50,51,12). Sum of RGB (Red+Green+Blue) = 50+51+12=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #32330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32330C is #CDCCF3. Grayscale: #2E2E2E. Windows color (decimal): -13487348 or 799538. OLE color: 799538.
HSL color Cylindrical-coordinate representation of color #32330C: hue angle of 61.54º 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 #32330C is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 51 | 12 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.8 |
| HSL | 61.54º | 0.62% | 0.12% | - |
| HSV(B) | 61.54º | 0.76% | 0.2% | - |
| XYZ | 2.57 | 3.07 | 0.81 | - |
| YUV | 46.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 12 | 0.02 | 0 | 0.76 | 0.8 | 61.54 | 0.62 | 0.12 |
| Hex | 32 | 33 | C | 2 | 0 | 4C | 50 | 3E | 3E | C |
| Octal | 62 | 63 | 14 | 2 | 0 | 114 | 120 | 76 | 76 | 14 |
| Binary | 110010 | 110011 | 1100 | 10 | 0 | 1001100 | 1010000 | 111110 | 111110 | 1100 |
Color Harmonies of #32330C
Complementary color
Monochromatic Colors of #32330C
Black with #32330C
Text Example
Text Example
White with #32330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32330C; }
p { color: rgb(50,51,12); }
H1.HeaderClassName
{
color: #32330C;
}
.AnyTagClassName
{
color: #32330C;
}
</style>
background-color css
<style>
a { background-color: #32330C; }
a { background-color: rgb(50,51,12); }
div.DivClassName
{
background-color: #32330C;
}
.BgClassName
{
background-color: #32330C;
}
</style>
border-color css
<style>
span { border-color: #32330C; }
span { border-color: rgb(50,51,12); }
td.TdClassName
{
border-color: #32330C;
}
.TagClassName
{
border-color: #32330C;
}
</style>