Shades of Karaka #353509
Tints of Karaka #353509
RGB
CMYK
RGB Variations
Color information
#353509 (or 0x353509) is known color: Karaka. HEX triplet: 35, 35 and 09. RGB value is (53,53,9). Sum of RGB (Red+Green+Blue) = 53+53+9=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353509 is #CACAF6. Grayscale: #303030. Windows color (decimal): -13290231 or 603445. OLE color: 603445.
HSL color Cylindrical-coordinate representation of color #353509: hue angle of 60º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #353509 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 53 | 9 | - |
| CMYK | 0 | 0 | 0.83 | 0.79 |
| HSL | 60º | 0.71% | 0.12% | - |
| HSV(B) | 60º | 0.83% | 0.21% | - |
| XYZ | 2.79 | 3.32 | 0.75 | - |
| YUV | 47.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 9 | 0 | 0 | 0.83 | 0.79 | 60 | 0.71 | 0.12 |
| Hex | 35 | 35 | 9 | 0 | 0 | 53 | 4F | 3C | 47 | C |
| Octal | 65 | 65 | 11 | 0 | 0 | 123 | 117 | 74 | 107 | 14 |
| Binary | 110101 | 110101 | 1001 | 0 | 0 | 1010011 | 1001111 | 111100 | 1000111 | 1100 |
Color Harmonies of #353509
Complementary color
Monochromatic Colors of #353509
Black with #353509
Text Example
Text Example
White with #353509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353509; }
p { color: rgb(53,53,9); }
H1.HeaderClassName
{
color: #353509;
}
.AnyTagClassName
{
color: #353509;
}
</style>
background-color css
<style>
a { background-color: #353509; }
a { background-color: rgb(53,53,9); }
div.DivClassName
{
background-color: #353509;
}
.BgClassName
{
background-color: #353509;
}
</style>
border-color css
<style>
span { border-color: #353509; }
span { border-color: rgb(53,53,9); }
td.TdClassName
{
border-color: #353509;
}
.TagClassName
{
border-color: #353509;
}
</style>