Shades of Karaka #353512
Tints of Karaka #353512
RGB
CMYK
RGB Variations
Color information
#353512 (or 0x353512) is known color: Karaka. HEX triplet: 35, 35 and 12. RGB value is (53,53,18). Sum of RGB (Red+Green+Blue) = 53+53+18=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353512 is #CACAED. Grayscale: #313131. Windows color (decimal): -13290222 or 1193269. OLE color: 1193269.
HSL color Cylindrical-coordinate representation of color #353512: hue angle of 60º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #353512 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 53 | 18 | - |
| CMYK | 0 | 0 | 0.66 | 0.79 |
| HSL | 60º | 0.49% | 0.14% | - |
| HSV(B) | 60º | 0.66% | 0.21% | - |
| XYZ | 2.85 | 3.35 | 1.07 | - |
| YUV | 49.01 | 110.5 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 18 | 0 | 0 | 0.66 | 0.79 | 60 | 0.49 | 0.14 |
| Hex | 35 | 35 | 12 | 0 | 0 | 42 | 4F | 3C | 31 | E |
| Octal | 65 | 65 | 22 | 0 | 0 | 102 | 117 | 74 | 61 | 16 |
| Binary | 110101 | 110101 | 10010 | 0 | 0 | 1000010 | 1001111 | 111100 | 110001 | 1110 |
Color Harmonies of #353512
Complementary color
Monochromatic Colors of #353512
Black with #353512
Text Example
Text Example
White with #353512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353512; }
p { color: rgb(53,53,18); }
H1.HeaderClassName
{
color: #353512;
}
.AnyTagClassName
{
color: #353512;
}
</style>
background-color css
<style>
a { background-color: #353512; }
a { background-color: rgb(53,53,18); }
div.DivClassName
{
background-color: #353512;
}
.BgClassName
{
background-color: #353512;
}
</style>
border-color css
<style>
span { border-color: #353512; }
span { border-color: rgb(53,53,18); }
td.TdClassName
{
border-color: #353512;
}
.TagClassName
{
border-color: #353512;
}
</style>