Shades of Karaka #3A3913
Tints of Karaka #3A3913
RGB
CMYK
RGB Variations
Color information
#3A3913 (or 0x3A3913) is known color: Karaka. HEX triplet: 3A, 39 and 13. RGB value is (58,57,19). Sum of RGB (Red+Green+Blue) = 58+57+19=134 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.28% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3913 is #C5C6EC. Grayscale: #353535. Windows color (decimal): -12961517 or 1259834. OLE color: 1259834.
HSL color Cylindrical-coordinate representation of color #3A3913: hue angle of 58.46º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A3913 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 57 | 19 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.77 |
| HSL | 58.46º | 0.51% | 0.15% | - |
| HSV(B) | 58.46º | 0.67% | 0.23% | - |
| XYZ | 3.33 | 3.87 | 1.19 | - |
| YUV | 52.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 19 | 0 | 0.02 | 0.67 | 0.77 | 58.46 | 0.51 | 0.15 |
| Hex | 3A | 39 | 13 | 0 | 2 | 43 | 4D | 3A | 33 | F |
| Octal | 72 | 71 | 23 | 0 | 2 | 103 | 115 | 72 | 63 | 17 |
| Binary | 111010 | 111001 | 10011 | 0 | 10 | 1000011 | 1001101 | 111010 | 110011 | 1111 |
Color Harmonies of #3A3913
Complementary color
Monochromatic Colors of #3A3913
Black with #3A3913
Text Example
Text Example
White with #3A3913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3913; }
p { color: rgb(58,57,19); }
H1.HeaderClassName
{
color: #3A3913;
}
.AnyTagClassName
{
color: #3A3913;
}
</style>
background-color css
<style>
a { background-color: #3A3913; }
a { background-color: rgb(58,57,19); }
div.DivClassName
{
background-color: #3A3913;
}
.BgClassName
{
background-color: #3A3913;
}
</style>
border-color css
<style>
span { border-color: #3A3913; }
span { border-color: rgb(58,57,19); }
td.TdClassName
{
border-color: #3A3913;
}
.TagClassName
{
border-color: #3A3913;
}
</style>