Shades of Karaka #3B3705
Tints of Karaka #3B3705
RGB
CMYK
RGB Variations
Color information
#3B3705 (or 0x3B3705) is known color: Karaka. HEX triplet: 3B, 37 and 05. RGB value is (59,55,5). Sum of RGB (Red+Green+Blue) = 59+55+5=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3705 is #C4C8FA. Grayscale: #323232. Windows color (decimal): -12896507 or 341819. OLE color: 341819.
HSL color Cylindrical-coordinate representation of color #3B3705: hue angle of 55.56º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B3705 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 55 | 5 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.77 |
| HSL | 55.56º | 0.84% | 0.13% | - |
| HSV(B) | 55.56º | 0.92% | 0.23% | - |
| XYZ | 3.2 | 3.67 | 0.68 | - |
| YUV | 50.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 5 | 0 | 0.07 | 0.92 | 0.77 | 55.56 | 0.84 | 0.13 |
| Hex | 3B | 37 | 5 | 0 | 7 | 5C | 4D | 38 | 54 | D |
| Octal | 73 | 67 | 5 | 0 | 7 | 134 | 115 | 70 | 124 | 15 |
| Binary | 111011 | 110111 | 101 | 0 | 111 | 1011100 | 1001101 | 111000 | 1010100 | 1101 |
Color Harmonies of #3B3705
Complementary color
Monochromatic Colors of #3B3705
Black with #3B3705
Text Example
Text Example
White with #3B3705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3705; }
p { color: rgb(59,55,5); }
H1.HeaderClassName
{
color: #3B3705;
}
.AnyTagClassName
{
color: #3B3705;
}
</style>
background-color css
<style>
a { background-color: #3B3705; }
a { background-color: rgb(59,55,5); }
div.DivClassName
{
background-color: #3B3705;
}
.BgClassName
{
background-color: #3B3705;
}
</style>
border-color css
<style>
span { border-color: #3B3705; }
span { border-color: rgb(59,55,5); }
td.TdClassName
{
border-color: #3B3705;
}
.TagClassName
{
border-color: #3B3705;
}
</style>