Shades of Karaka #353405
Tints of Karaka #353405
RGB
CMYK
RGB Variations
Color information
#353405 (or 0x353405) is known color: Karaka. HEX triplet: 35, 34 and 05. RGB value is (53,52,5). Sum of RGB (Red+Green+Blue) = 53+52+5=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #353405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353405 is #CACBFA. Grayscale: #2F2F2F. Windows color (decimal): -13290491 or 341045. OLE color: 341045.
HSL color Cylindrical-coordinate representation of color #353405: hue angle of 58.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #353405 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 52 | 5 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.79 |
| HSL | 58.75º | 0.83% | 0.11% | - |
| HSV(B) | 58.75º | 0.91% | 0.21% | - |
| XYZ | 2.72 | 3.22 | 0.62 | - |
| YUV | 46.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 5 | 0 | 0.02 | 0.91 | 0.79 | 58.75 | 0.83 | 0.11 |
| Hex | 35 | 34 | 5 | 0 | 2 | 5B | 4F | 3B | 53 | B |
| Octal | 65 | 64 | 5 | 0 | 2 | 133 | 117 | 73 | 123 | 13 |
| Binary | 110101 | 110100 | 101 | 0 | 10 | 1011011 | 1001111 | 111011 | 1010011 | 1011 |
Color Harmonies of #353405
Complementary color
Monochromatic Colors of #353405
Black with #353405
Text Example
Text Example
White with #353405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353405; }
p { color: rgb(53,52,5); }
H1.HeaderClassName
{
color: #353405;
}
.AnyTagClassName
{
color: #353405;
}
</style>
background-color css
<style>
a { background-color: #353405; }
a { background-color: rgb(53,52,5); }
div.DivClassName
{
background-color: #353405;
}
.BgClassName
{
background-color: #353405;
}
</style>
border-color css
<style>
span { border-color: #353405; }
span { border-color: rgb(53,52,5); }
td.TdClassName
{
border-color: #353405;
}
.TagClassName
{
border-color: #353405;
}
</style>