Shades of Karaka #37341B
Tints of Karaka #37341B
RGB
CMYK
RGB Variations
Color information
#37341B (or 0x37341B) is known color: Karaka. HEX triplet: 37, 34 and 1B. RGB value is (55,52,27). Sum of RGB (Red+Green+Blue) = 55+52+27=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 55 - color contains mainly: red. Hex color #37341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37341B is #C8CBE4. Grayscale: #323232. Windows color (decimal): -13159397 or 1782839. OLE color: 1782839.
HSL color Cylindrical-coordinate representation of color #37341B: hue angle of 53.57º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37341B is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 52 | 27 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.78 |
| HSL | 53.57º | 0.34% | 0.16% | - |
| HSV(B) | 53.57º | 0.51% | 0.22% | - |
| XYZ | 3 | 3.35 | 1.52 | - |
| YUV | 50.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 27 | 0 | 0.05 | 0.51 | 0.78 | 53.57 | 0.34 | 0.16 |
| Hex | 37 | 34 | 1B | 0 | 5 | 33 | 4E | 36 | 22 | 10 |
| Octal | 67 | 64 | 33 | 0 | 5 | 63 | 116 | 66 | 42 | 20 |
| Binary | 110111 | 110100 | 11011 | 0 | 101 | 110011 | 1001110 | 110110 | 100010 | 10000 |
Color Harmonies of #37341B
Complementary color
Monochromatic Colors of #37341B
Black with #37341B
Text Example
Text Example
White with #37341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37341B; }
p { color: rgb(55,52,27); }
H1.HeaderClassName
{
color: #37341B;
}
.AnyTagClassName
{
color: #37341B;
}
</style>
background-color css
<style>
a { background-color: #37341B; }
a { background-color: rgb(55,52,27); }
div.DivClassName
{
background-color: #37341B;
}
.BgClassName
{
background-color: #37341B;
}
</style>
border-color css
<style>
span { border-color: #37341B; }
span { border-color: rgb(55,52,27); }
td.TdClassName
{
border-color: #37341B;
}
.TagClassName
{
border-color: #37341B;
}
</style>