Shades of Karaka #3A3604
Tints of Karaka #3A3604
RGB
CMYK
RGB Variations
Color information
#3A3604 (or 0x3A3604) is known color: Karaka. HEX triplet: 3A, 36 and 04. RGB value is (58,54,4). Sum of RGB (Red+Green+Blue) = 58+54+4=116 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3604 is #C5C9FB. Grayscale: #313131. Windows color (decimal): -12962300 or 276026. OLE color: 276026.
HSL color Cylindrical-coordinate representation of color #3A3604: hue angle of 55.56º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A3604 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 54 | 4 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.77 |
| HSL | 55.56º | 0.87% | 0.12% | - |
| HSV(B) | 55.56º | 0.93% | 0.23% | - |
| XYZ | 3.09 | 3.55 | 0.64 | - |
| YUV | 49.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 4 | 0 | 0.07 | 0.93 | 0.77 | 55.56 | 0.87 | 0.12 |
| Hex | 3A | 36 | 4 | 0 | 7 | 5D | 4D | 38 | 57 | C |
| Octal | 72 | 66 | 4 | 0 | 7 | 135 | 115 | 70 | 127 | 14 |
| Binary | 111010 | 110110 | 100 | 0 | 111 | 1011101 | 1001101 | 111000 | 1010111 | 1100 |
Color Harmonies of #3A3604
Complementary color
Monochromatic Colors of #3A3604
Black with #3A3604
Text Example
Text Example
White with #3A3604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3604; }
p { color: rgb(58,54,4); }
H1.HeaderClassName
{
color: #3A3604;
}
.AnyTagClassName
{
color: #3A3604;
}
</style>
background-color css
<style>
a { background-color: #3A3604; }
a { background-color: rgb(58,54,4); }
div.DivClassName
{
background-color: #3A3604;
}
.BgClassName
{
background-color: #3A3604;
}
</style>
border-color css
<style>
span { border-color: #3A3604; }
span { border-color: rgb(58,54,4); }
td.TdClassName
{
border-color: #3A3604;
}
.TagClassName
{
border-color: #3A3604;
}
</style>