Shades of Karaka #37340D
Tints of Karaka #37340D
RGB
CMYK
RGB Variations
Color information
#37340D (or 0x37340D) is known color: Karaka. HEX triplet: 37, 34 and 0D. RGB value is (55,52,13). Sum of RGB (Red+Green+Blue) = 55+52+13=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #37340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37340D is #C8CBF2. Grayscale: #303030. Windows color (decimal): -13159411 or 865335. OLE color: 865335.
HSL color Cylindrical-coordinate representation of color #37340D: hue angle of 55.71º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37340D is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 52 | 13 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.78 |
| HSL | 55.71º | 0.62% | 0.13% | - |
| HSV(B) | 55.71º | 0.76% | 0.22% | - |
| XYZ | 2.88 | 3.3 | 0.87 | - |
| YUV | 48.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 13 | 0 | 0.05 | 0.76 | 0.78 | 55.71 | 0.62 | 0.13 |
| Hex | 37 | 34 | D | 0 | 5 | 4C | 4E | 38 | 3E | D |
| Octal | 67 | 64 | 15 | 0 | 5 | 114 | 116 | 70 | 76 | 15 |
| Binary | 110111 | 110100 | 1101 | 0 | 101 | 1001100 | 1001110 | 111000 | 111110 | 1101 |
Color Harmonies of #37340D
Complementary color
Monochromatic Colors of #37340D
Black with #37340D
Text Example
Text Example
White with #37340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37340D; }
p { color: rgb(55,52,13); }
H1.HeaderClassName
{
color: #37340D;
}
.AnyTagClassName
{
color: #37340D;
}
</style>
background-color css
<style>
a { background-color: #37340D; }
a { background-color: rgb(55,52,13); }
div.DivClassName
{
background-color: #37340D;
}
.BgClassName
{
background-color: #37340D;
}
</style>
border-color css
<style>
span { border-color: #37340D; }
span { border-color: rgb(55,52,13); }
td.TdClassName
{
border-color: #37340D;
}
.TagClassName
{
border-color: #37340D;
}
</style>