Shades of Karaka #353403
Tints of Karaka #353403
RGB
CMYK
RGB Variations
Color information
#353403 (or 0x353403) is known color: Karaka. HEX triplet: 35, 34 and 03. RGB value is (53,52,3). Sum of RGB (Red+Green+Blue) = 53+52+3=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #353403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353403 is #CACBFC. Grayscale: #2E2E2E. Windows color (decimal): -13290493 or 209973. OLE color: 209973.
HSL color Cylindrical-coordinate representation of color #353403: hue angle of 58.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #353403 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 52 | 3 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.79 |
| HSL | 58.8º | 0.89% | 0.11% | - |
| HSV(B) | 58.8º | 0.94% | 0.21% | - |
| XYZ | 2.71 | 3.22 | 0.56 | - |
| YUV | 46.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 3 | 0 | 0.02 | 0.94 | 0.79 | 58.8 | 0.89 | 0.11 |
| Hex | 35 | 34 | 3 | 0 | 2 | 5E | 4F | 3B | 59 | B |
| Octal | 65 | 64 | 3 | 0 | 2 | 136 | 117 | 73 | 131 | 13 |
| Binary | 110101 | 110100 | 11 | 0 | 10 | 1011110 | 1001111 | 111011 | 1011001 | 1011 |
Color Harmonies of #353403
Complementary color
Monochromatic Colors of #353403
Black with #353403
Text Example
Text Example
White with #353403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353403; }
p { color: rgb(53,52,3); }
H1.HeaderClassName
{
color: #353403;
}
.AnyTagClassName
{
color: #353403;
}
</style>
background-color css
<style>
a { background-color: #353403; }
a { background-color: rgb(53,52,3); }
div.DivClassName
{
background-color: #353403;
}
.BgClassName
{
background-color: #353403;
}
</style>
border-color css
<style>
span { border-color: #353403; }
span { border-color: rgb(53,52,3); }
td.TdClassName
{
border-color: #353403;
}
.TagClassName
{
border-color: #353403;
}
</style>