Shades of Karaka #353215
Tints of Karaka #353215
RGB
CMYK
RGB Variations
Color information
#353215 (or 0x353215) is known color: Karaka. HEX triplet: 35, 32 and 15. RGB value is (53,50,21). Sum of RGB (Red+Green+Blue) = 53+50+21=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #353215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353215 is #CACDEA. Grayscale: #2F2F2F. Windows color (decimal): -13290987 or 1389109. OLE color: 1389109.
HSL color Cylindrical-coordinate representation of color #353215: hue angle of 54.38º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #353215 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 50 | 21 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.79 |
| HSL | 54.38º | 0.43% | 0.15% | - |
| HSV(B) | 54.38º | 0.6% | 0.21% | - |
| XYZ | 2.74 | 3.09 | 1.16 | - |
| YUV | 47.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 21 | 0 | 0.06 | 0.60 | 0.79 | 54.38 | 0.43 | 0.15 |
| Hex | 35 | 32 | 15 | 0 | 6 | 3C | 4F | 36 | 2B | F |
| Octal | 65 | 62 | 25 | 0 | 6 | 74 | 117 | 66 | 53 | 17 |
| Binary | 110101 | 110010 | 10101 | 0 | 110 | 111100 | 1001111 | 110110 | 101011 | 1111 |
Color Harmonies of #353215
Complementary color
Monochromatic Colors of #353215
Black with #353215
Text Example
Text Example
White with #353215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353215; }
p { color: rgb(53,50,21); }
H1.HeaderClassName
{
color: #353215;
}
.AnyTagClassName
{
color: #353215;
}
</style>
background-color css
<style>
a { background-color: #353215; }
a { background-color: rgb(53,50,21); }
div.DivClassName
{
background-color: #353215;
}
.BgClassName
{
background-color: #353215;
}
</style>
border-color css
<style>
span { border-color: #353215; }
span { border-color: rgb(53,50,21); }
td.TdClassName
{
border-color: #353215;
}
.TagClassName
{
border-color: #353215;
}
</style>