Shades of Karaka #353210
Tints of Karaka #353210
RGB
CMYK
RGB Variations
Color information
#353210 (or 0x353210) is known color: Karaka. HEX triplet: 35, 32 and 10. RGB value is (53,50,16). Sum of RGB (Red+Green+Blue) = 53+50+16=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 53 - color contains mainly: red. Hex color #353210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353210 is #CACDEF. Grayscale: #2F2F2F. Windows color (decimal): -13290992 or 1061429. OLE color: 1061429.
HSL color Cylindrical-coordinate representation of color #353210: hue angle of 55.14º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #353210 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 50 | 16 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.79 |
| HSL | 55.14º | 0.54% | 0.14% | - |
| HSV(B) | 55.14º | 0.7% | 0.21% | - |
| XYZ | 2.7 | 3.08 | 0.94 | - |
| YUV | 47.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 16 | 0 | 0.06 | 0.70 | 0.79 | 55.14 | 0.54 | 0.14 |
| Hex | 35 | 32 | 10 | 0 | 6 | 46 | 4F | 37 | 36 | E |
| Octal | 65 | 62 | 20 | 0 | 6 | 106 | 117 | 67 | 66 | 16 |
| Binary | 110101 | 110010 | 10000 | 0 | 110 | 1000110 | 1001111 | 110111 | 110110 | 1110 |
Color Harmonies of #353210
Complementary color
Monochromatic Colors of #353210
Black with #353210
Text Example
Text Example
White with #353210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353210; }
p { color: rgb(53,50,16); }
H1.HeaderClassName
{
color: #353210;
}
.AnyTagClassName
{
color: #353210;
}
</style>
background-color css
<style>
a { background-color: #353210; }
a { background-color: rgb(53,50,16); }
div.DivClassName
{
background-color: #353210;
}
.BgClassName
{
background-color: #353210;
}
</style>
border-color css
<style>
span { border-color: #353210; }
span { border-color: rgb(53,50,16); }
td.TdClassName
{
border-color: #353210;
}
.TagClassName
{
border-color: #353210;
}
</style>