Shades of Karaka #35340A
Tints of Karaka #35340A
RGB
CMYK
RGB Variations
Color information
#35340A (or 0x35340A) is known color: Karaka. HEX triplet: 35, 34 and 0A. RGB value is (53,52,10). Sum of RGB (Red+Green+Blue) = 53+52+10=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #35340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35340A is #CACBF5. Grayscale: #2F2F2F. Windows color (decimal): -13290486 or 668725. OLE color: 668725.
HSL color Cylindrical-coordinate representation of color #35340A: hue angle of 58.6º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35340A is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 52 | 10 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.79 |
| HSL | 58.6º | 0.68% | 0.12% | - |
| HSV(B) | 58.6º | 0.81% | 0.21% | - |
| XYZ | 2.75 | 3.23 | 0.77 | - |
| YUV | 47.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 10 | 0 | 0.02 | 0.81 | 0.79 | 58.6 | 0.68 | 0.12 |
| Hex | 35 | 34 | A | 0 | 2 | 51 | 4F | 3B | 44 | C |
| Octal | 65 | 64 | 12 | 0 | 2 | 121 | 117 | 73 | 104 | 14 |
| Binary | 110101 | 110100 | 1010 | 0 | 10 | 1010001 | 1001111 | 111011 | 1000100 | 1100 |
Color Harmonies of #35340A
Complementary color
Monochromatic Colors of #35340A
Black with #35340A
Text Example
Text Example
White with #35340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35340A; }
p { color: rgb(53,52,10); }
H1.HeaderClassName
{
color: #35340A;
}
.AnyTagClassName
{
color: #35340A;
}
</style>
background-color css
<style>
a { background-color: #35340A; }
a { background-color: rgb(53,52,10); }
div.DivClassName
{
background-color: #35340A;
}
.BgClassName
{
background-color: #35340A;
}
</style>
border-color css
<style>
span { border-color: #35340A; }
span { border-color: rgb(53,52,10); }
td.TdClassName
{
border-color: #35340A;
}
.TagClassName
{
border-color: #35340A;
}
</style>