Shades of Karaka #3B3707
Tints of Karaka #3B3707
RGB
CMYK
RGB Variations
Color information
#3B3707 (or 0x3B3707) is known color: Karaka. HEX triplet: 3B, 37 and 07. RGB value is (59,55,7). Sum of RGB (Red+Green+Blue) = 59+55+7=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3707 is #C4C8F8. Grayscale: #323232. Windows color (decimal): -12896505 or 472891. OLE color: 472891.
HSL color Cylindrical-coordinate representation of color #3B3707: hue angle of 55.38º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B3707 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 55 | 7 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.77 |
| HSL | 55.38º | 0.79% | 0.13% | - |
| HSV(B) | 55.38º | 0.88% | 0.23% | - |
| XYZ | 3.21 | 3.68 | 0.74 | - |
| YUV | 50.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 7 | 0 | 0.07 | 0.88 | 0.77 | 55.38 | 0.79 | 0.13 |
| Hex | 3B | 37 | 7 | 0 | 7 | 58 | 4D | 37 | 4F | D |
| Octal | 73 | 67 | 7 | 0 | 7 | 130 | 115 | 67 | 117 | 15 |
| Binary | 111011 | 110111 | 111 | 0 | 111 | 1011000 | 1001101 | 110111 | 1001111 | 1101 |
Color Harmonies of #3B3707
Complementary color
Monochromatic Colors of #3B3707
Black with #3B3707
Text Example
Text Example
White with #3B3707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3707; }
p { color: rgb(59,55,7); }
H1.HeaderClassName
{
color: #3B3707;
}
.AnyTagClassName
{
color: #3B3707;
}
</style>
background-color css
<style>
a { background-color: #3B3707; }
a { background-color: rgb(59,55,7); }
div.DivClassName
{
background-color: #3B3707;
}
.BgClassName
{
background-color: #3B3707;
}
</style>
border-color css
<style>
span { border-color: #3B3707; }
span { border-color: rgb(59,55,7); }
td.TdClassName
{
border-color: #3B3707;
}
.TagClassName
{
border-color: #3B3707;
}
</style>