Shades of Karaka #3A360A
Tints of Karaka #3A360A
RGB
CMYK
RGB Variations
Color information
#3A360A (or 0x3A360A) is known color: Karaka. HEX triplet: 3A, 36 and 0A. RGB value is (58,54,10). Sum of RGB (Red+Green+Blue) = 58+54+10=122 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.54% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 58 - color contains mainly: red. Hex color #3A360A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A360A is #C5C9F5. Grayscale: #323232. Windows color (decimal): -12962294 or 669242. OLE color: 669242.
HSL color Cylindrical-coordinate representation of color #3A360A: hue angle of 55º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A360A is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 54 | 10 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.77 |
| HSL | 55º | 0.71% | 0.13% | - |
| HSV(B) | 55º | 0.83% | 0.23% | - |
| XYZ | 3.12 | 3.56 | 0.81 | - |
| YUV | 50.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 10 | 0 | 0.07 | 0.83 | 0.77 | 55 | 0.71 | 0.13 |
| Hex | 3A | 36 | A | 0 | 7 | 53 | 4D | 37 | 47 | D |
| Octal | 72 | 66 | 12 | 0 | 7 | 123 | 115 | 67 | 107 | 15 |
| Binary | 111010 | 110110 | 1010 | 0 | 111 | 1010011 | 1001101 | 110111 | 1000111 | 1101 |
Color Harmonies of #3A360A
Complementary color
Monochromatic Colors of #3A360A
Black with #3A360A
Text Example
Text Example
White with #3A360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A360A; }
p { color: rgb(58,54,10); }
H1.HeaderClassName
{
color: #3A360A;
}
.AnyTagClassName
{
color: #3A360A;
}
</style>
background-color css
<style>
a { background-color: #3A360A; }
a { background-color: rgb(58,54,10); }
div.DivClassName
{
background-color: #3A360A;
}
.BgClassName
{
background-color: #3A360A;
}
</style>
border-color css
<style>
span { border-color: #3A360A; }
span { border-color: rgb(58,54,10); }
td.TdClassName
{
border-color: #3A360A;
}
.TagClassName
{
border-color: #3A360A;
}
</style>