Shades of Karaka #3A3608
Tints of Karaka #3A3608
RGB
CMYK
RGB Variations
Color information
#3A3608 (or 0x3A3608) is known color: Karaka. HEX triplet: 3A, 36 and 08. RGB value is (58,54,8). Sum of RGB (Red+Green+Blue) = 58+54+8=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3608 is #C5C9F7. Grayscale: #323232. Windows color (decimal): -12962296 or 538170. OLE color: 538170.
HSL color Cylindrical-coordinate representation of color #3A3608: hue angle of 55.2º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A3608 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 54 | 8 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.77 |
| HSL | 55.2º | 0.76% | 0.13% | - |
| HSV(B) | 55.2º | 0.86% | 0.23% | - |
| XYZ | 3.11 | 3.56 | 0.75 | - |
| YUV | 49.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 8 | 0 | 0.07 | 0.86 | 0.77 | 55.2 | 0.76 | 0.13 |
| Hex | 3A | 36 | 8 | 0 | 7 | 56 | 4D | 37 | 4C | D |
| Octal | 72 | 66 | 10 | 0 | 7 | 126 | 115 | 67 | 114 | 15 |
| Binary | 111010 | 110110 | 1000 | 0 | 111 | 1010110 | 1001101 | 110111 | 1001100 | 1101 |
Color Harmonies of #3A3608
Complementary color
Monochromatic Colors of #3A3608
Black with #3A3608
Text Example
Text Example
White with #3A3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3608; }
p { color: rgb(58,54,8); }
H1.HeaderClassName
{
color: #3A3608;
}
.AnyTagClassName
{
color: #3A3608;
}
</style>
background-color css
<style>
a { background-color: #3A3608; }
a { background-color: rgb(58,54,8); }
div.DivClassName
{
background-color: #3A3608;
}
.BgClassName
{
background-color: #3A3608;
}
</style>
border-color css
<style>
span { border-color: #3A3608; }
span { border-color: rgb(58,54,8); }
td.TdClassName
{
border-color: #3A3608;
}
.TagClassName
{
border-color: #3A3608;
}
</style>