Shades of Karaka #323209
Tints of Karaka #323209
RGB
CMYK
RGB Variations
Color information
#323209 (or 0x323209) is known color: Karaka. HEX triplet: 32, 32 and 09. RGB value is (50,50,9). Sum of RGB (Red+Green+Blue) = 50+50+9=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323209 is #CDCDF6. Grayscale: #2D2D2D. Windows color (decimal): -13487607 or 602674. OLE color: 602674.
HSL color Cylindrical-coordinate representation of color #323209: hue angle of 60º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #323209 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 50 | 9 | - |
| CMYK | 0 | 0 | 0.82 | 0.80 |
| HSL | 60º | 0.69% | 0.12% | - |
| HSV(B) | 60º | 0.82% | 0.2% | - |
| XYZ | 2.51 | 2.98 | 0.7 | - |
| YUV | 45.33 | 107.5 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 9 | 0 | 0 | 0.82 | 0.80 | 60 | 0.69 | 0.12 |
| Hex | 32 | 32 | 9 | 0 | 0 | 52 | 50 | 3C | 45 | C |
| Octal | 62 | 62 | 11 | 0 | 0 | 122 | 120 | 74 | 105 | 14 |
| Binary | 110010 | 110010 | 1001 | 0 | 0 | 1010010 | 1010000 | 111100 | 1000101 | 1100 |
Color Harmonies of #323209
Complementary color
Monochromatic Colors of #323209
Black with #323209
Text Example
Text Example
White with #323209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323209; }
p { color: rgb(50,50,9); }
H1.HeaderClassName
{
color: #323209;
}
.AnyTagClassName
{
color: #323209;
}
</style>
background-color css
<style>
a { background-color: #323209; }
a { background-color: rgb(50,50,9); }
div.DivClassName
{
background-color: #323209;
}
.BgClassName
{
background-color: #323209;
}
</style>
border-color css
<style>
span { border-color: #323209; }
span { border-color: rgb(50,50,9); }
td.TdClassName
{
border-color: #323209;
}
.TagClassName
{
border-color: #323209;
}
</style>