Shades of Karaka #37340E
Tints of Karaka #37340E
RGB
CMYK
RGB Variations
Color information
#37340E (or 0x37340E) is known color: Karaka. HEX triplet: 37, 34 and 0E. RGB value is (55,52,14). Sum of RGB (Red+Green+Blue) = 55+52+14=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #37340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37340E is #C8CBF1. Grayscale: #303030. Windows color (decimal): -13159410 or 930871. OLE color: 930871.
HSL color Cylindrical-coordinate representation of color #37340E: hue angle of 55.61º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37340E is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 52 | 14 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.78 |
| HSL | 55.61º | 0.59% | 0.14% | - |
| HSV(B) | 55.61º | 0.75% | 0.22% | - |
| XYZ | 2.88 | 3.3 | 0.9 | - |
| YUV | 48.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 14 | 0 | 0.05 | 0.75 | 0.78 | 55.61 | 0.59 | 0.14 |
| Hex | 37 | 34 | E | 0 | 5 | 4B | 4E | 38 | 3B | E |
| Octal | 67 | 64 | 16 | 0 | 5 | 113 | 116 | 70 | 73 | 16 |
| Binary | 110111 | 110100 | 1110 | 0 | 101 | 1001011 | 1001110 | 111000 | 111011 | 1110 |
Color Harmonies of #37340E
Complementary color
Monochromatic Colors of #37340E
Black with #37340E
Text Example
Text Example
White with #37340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37340E; }
p { color: rgb(55,52,14); }
H1.HeaderClassName
{
color: #37340E;
}
.AnyTagClassName
{
color: #37340E;
}
</style>
background-color css
<style>
a { background-color: #37340E; }
a { background-color: rgb(55,52,14); }
div.DivClassName
{
background-color: #37340E;
}
.BgClassName
{
background-color: #37340E;
}
</style>
border-color css
<style>
span { border-color: #37340E; }
span { border-color: rgb(55,52,14); }
td.TdClassName
{
border-color: #37340E;
}
.TagClassName
{
border-color: #37340E;
}
</style>