Shades of Karaka #3B3701
Tints of Karaka #3B3701
RGB
CMYK
RGB Variations
Color information
#3B3701 (or 0x3B3701) is known color: Karaka. HEX triplet: 3B, 37 and 01. RGB value is (59,55,1). Sum of RGB (Red+Green+Blue) = 59+55+1=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3701 is #C4C8FE. Grayscale: #323232. Windows color (decimal): -12896511 or 79675. OLE color: 79675.
HSL color Cylindrical-coordinate representation of color #3B3701: hue angle of 55.86º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B3701 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 55 | 1 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.77 |
| HSL | 55.86º | 0.97% | 0.12% | - |
| HSV(B) | 55.86º | 0.98% | 0.23% | - |
| XYZ | 3.18 | 3.66 | 0.57 | - |
| YUV | 50.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 1 | 0 | 0.07 | 0.98 | 0.77 | 55.86 | 0.97 | 0.12 |
| Hex | 3B | 37 | 1 | 0 | 7 | 62 | 4D | 38 | 61 | C |
| Octal | 73 | 67 | 1 | 0 | 7 | 142 | 115 | 70 | 141 | 14 |
| Binary | 111011 | 110111 | 1 | 0 | 111 | 1100010 | 1001101 | 111000 | 1100001 | 1100 |
Color Harmonies of #3B3701
Complementary color
Monochromatic Colors of #3B3701
Black with #3B3701
Text Example
Text Example
White with #3B3701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3701; }
p { color: rgb(59,55,1); }
H1.HeaderClassName
{
color: #3B3701;
}
.AnyTagClassName
{
color: #3B3701;
}
</style>
background-color css
<style>
a { background-color: #3B3701; }
a { background-color: rgb(59,55,1); }
div.DivClassName
{
background-color: #3B3701;
}
.BgClassName
{
background-color: #3B3701;
}
</style>
border-color css
<style>
span { border-color: #3B3701; }
span { border-color: rgb(59,55,1); }
td.TdClassName
{
border-color: #3B3701;
}
.TagClassName
{
border-color: #3B3701;
}
</style>