Shades of Karaka #323217
Tints of Karaka #323217
RGB
CMYK
RGB Variations
Color information
#323217 (or 0x323217) is known color: Karaka. HEX triplet: 32, 32 and 17. RGB value is (50,50,23). Sum of RGB (Red+Green+Blue) = 50+50+23=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323217 is #CDCDE8. Grayscale: #2F2F2F. Windows color (decimal): -13487593 or 1520178. OLE color: 1520178.
HSL color Cylindrical-coordinate representation of color #323217: hue angle of 60º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #323217 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 50 | 23 | - |
| CMYK | 0 | 0 | 0.54 | 0.80 |
| HSL | 60º | 0.37% | 0.14% | - |
| HSV(B) | 60º | 0.54% | 0.2% | - |
| XYZ | 2.61 | 3.02 | 1.26 | - |
| YUV | 46.92 | 114.5 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 23 | 0 | 0 | 0.54 | 0.80 | 60 | 0.37 | 0.14 |
| Hex | 32 | 32 | 17 | 0 | 0 | 36 | 50 | 3C | 25 | E |
| Octal | 62 | 62 | 27 | 0 | 0 | 66 | 120 | 74 | 45 | 16 |
| Binary | 110010 | 110010 | 10111 | 0 | 0 | 110110 | 1010000 | 111100 | 100101 | 1110 |
Color Harmonies of #323217
Complementary color
Monochromatic Colors of #323217
Black with #323217
Text Example
Text Example
White with #323217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323217; }
p { color: rgb(50,50,23); }
H1.HeaderClassName
{
color: #323217;
}
.AnyTagClassName
{
color: #323217;
}
</style>
background-color css
<style>
a { background-color: #323217; }
a { background-color: rgb(50,50,23); }
div.DivClassName
{
background-color: #323217;
}
.BgClassName
{
background-color: #323217;
}
</style>
border-color css
<style>
span { border-color: #323217; }
span { border-color: rgb(50,50,23); }
td.TdClassName
{
border-color: #323217;
}
.TagClassName
{
border-color: #323217;
}
</style>