Shades of Karaka #3A360F
Tints of Karaka #3A360F
RGB
CMYK
RGB Variations
Color information
#3A360F (or 0x3A360F) is known color: Karaka. HEX triplet: 3A, 36 and 0F. RGB value is (58,54,15). Sum of RGB (Red+Green+Blue) = 58+54+15=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 58 - color contains mainly: red. Hex color #3A360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A360F is #C5C9F0. Grayscale: #323232. Windows color (decimal): -12962289 or 996922. OLE color: 996922.
HSL color Cylindrical-coordinate representation of color #3A360F: hue angle of 54.42º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A360F is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 54 | 15 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.77 |
| HSL | 54.42º | 0.59% | 0.14% | - |
| HSV(B) | 54.42º | 0.74% | 0.23% | - |
| XYZ | 3.15 | 3.57 | 0.98 | - |
| YUV | 50.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 15 | 0 | 0.07 | 0.74 | 0.77 | 54.42 | 0.59 | 0.14 |
| Hex | 3A | 36 | F | 0 | 7 | 4A | 4D | 36 | 3B | E |
| Octal | 72 | 66 | 17 | 0 | 7 | 112 | 115 | 66 | 73 | 16 |
| Binary | 111010 | 110110 | 1111 | 0 | 111 | 1001010 | 1001101 | 110110 | 111011 | 1110 |
Color Harmonies of #3A360F
Complementary color
Monochromatic Colors of #3A360F
Black with #3A360F
Text Example
Text Example
White with #3A360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A360F; }
p { color: rgb(58,54,15); }
H1.HeaderClassName
{
color: #3A360F;
}
.AnyTagClassName
{
color: #3A360F;
}
</style>
background-color css
<style>
a { background-color: #3A360F; }
a { background-color: rgb(58,54,15); }
div.DivClassName
{
background-color: #3A360F;
}
.BgClassName
{
background-color: #3A360F;
}
</style>
border-color css
<style>
span { border-color: #3A360F; }
span { border-color: rgb(58,54,15); }
td.TdClassName
{
border-color: #3A360F;
}
.TagClassName
{
border-color: #3A360F;
}
</style>