Shades of Karaka #35330D
Tints of Karaka #35330D
RGB
CMYK
RGB Variations
Color information
#35330D (or 0x35330D) is known color: Karaka. HEX triplet: 35, 33 and 0D. RGB value is (53,51,13). Sum of RGB (Red+Green+Blue) = 53+51+13=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #35330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35330D is #CACCF2. Grayscale: #2F2F2F. Windows color (decimal): -13290739 or 865077. OLE color: 865077.
HSL color Cylindrical-coordinate representation of color #35330D: hue angle of 57º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35330D is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 51 | 13 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.79 |
| HSL | 57º | 0.61% | 0.13% | - |
| HSV(B) | 57º | 0.75% | 0.21% | - |
| XYZ | 2.72 | 3.15 | 0.85 | - |
| YUV | 47.27 | 108.66 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 13 | 0 | 0.04 | 0.75 | 0.79 | 57 | 0.61 | 0.13 |
| Hex | 35 | 33 | D | 0 | 4 | 4B | 4F | 39 | 3D | D |
| Octal | 65 | 63 | 15 | 0 | 4 | 113 | 117 | 71 | 75 | 15 |
| Binary | 110101 | 110011 | 1101 | 0 | 100 | 1001011 | 1001111 | 111001 | 111101 | 1101 |
Color Harmonies of #35330D
Complementary color
Monochromatic Colors of #35330D
Black with #35330D
Text Example
Text Example
White with #35330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35330D; }
p { color: rgb(53,51,13); }
H1.HeaderClassName
{
color: #35330D;
}
.AnyTagClassName
{
color: #35330D;
}
</style>
background-color css
<style>
a { background-color: #35330D; }
a { background-color: rgb(53,51,13); }
div.DivClassName
{
background-color: #35330D;
}
.BgClassName
{
background-color: #35330D;
}
</style>
border-color css
<style>
span { border-color: #35330D; }
span { border-color: rgb(53,51,13); }
td.TdClassName
{
border-color: #35330D;
}
.TagClassName
{
border-color: #35330D;
}
</style>