Shades of Karaka #3A3813
Tints of Karaka #3A3813
RGB
CMYK
RGB Variations
Color information
#3A3813 (or 0x3A3813) is known color: Karaka. HEX triplet: 3A, 38 and 13. RGB value is (58,56,19). Sum of RGB (Red+Green+Blue) = 58+56+19=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3813 is #C5C7EC. Grayscale: #343434. Windows color (decimal): -12961773 or 1259578. OLE color: 1259578.
HSL color Cylindrical-coordinate representation of color #3A3813: hue angle of 56.92º 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 #3A3813 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 56 | 19 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.77 |
| HSL | 56.92º | 0.51% | 0.15% | - |
| HSV(B) | 56.92º | 0.67% | 0.23% | - |
| XYZ | 3.28 | 3.77 | 1.17 | - |
| YUV | 52.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 19 | 0 | 0.03 | 0.67 | 0.77 | 56.92 | 0.51 | 0.15 |
| Hex | 3A | 38 | 13 | 0 | 3 | 43 | 4D | 39 | 33 | F |
| Octal | 72 | 70 | 23 | 0 | 3 | 103 | 115 | 71 | 63 | 17 |
| Binary | 111010 | 111000 | 10011 | 0 | 11 | 1000011 | 1001101 | 111001 | 110011 | 1111 |
Color Harmonies of #3A3813
Complementary color
Monochromatic Colors of #3A3813
Black with #3A3813
Text Example
Text Example
White with #3A3813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3813; }
p { color: rgb(58,56,19); }
H1.HeaderClassName
{
color: #3A3813;
}
.AnyTagClassName
{
color: #3A3813;
}
</style>
background-color css
<style>
a { background-color: #3A3813; }
a { background-color: rgb(58,56,19); }
div.DivClassName
{
background-color: #3A3813;
}
.BgClassName
{
background-color: #3A3813;
}
</style>
border-color css
<style>
span { border-color: #3A3813; }
span { border-color: rgb(58,56,19); }
td.TdClassName
{
border-color: #3A3813;
}
.TagClassName
{
border-color: #3A3813;
}
</style>