Shades of Karaka #37350D
Tints of Karaka #37350D
RGB
CMYK
RGB Variations
Color information
#37350D (or 0x37350D) is known color: Karaka. HEX triplet: 37, 35 and 0D. RGB value is (55,53,13). Sum of RGB (Red+Green+Blue) = 55+53+13=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #37350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37350D is #C8CAF2. Grayscale: #313131. Windows color (decimal): -13159155 or 865591. OLE color: 865591.
HSL color Cylindrical-coordinate representation of color #37350D: hue angle of 57.14º 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 #37350D is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 53 | 13 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.78 |
| HSL | 57.14º | 0.62% | 0.13% | - |
| HSV(B) | 57.14º | 0.76% | 0.22% | - |
| XYZ | 2.92 | 3.39 | 0.88 | - |
| YUV | 49.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 13 | 0 | 0.04 | 0.76 | 0.78 | 57.14 | 0.62 | 0.13 |
| Hex | 37 | 35 | D | 0 | 4 | 4C | 4E | 39 | 3E | D |
| Octal | 67 | 65 | 15 | 0 | 4 | 114 | 116 | 71 | 76 | 15 |
| Binary | 110111 | 110101 | 1101 | 0 | 100 | 1001100 | 1001110 | 111001 | 111110 | 1101 |
Color Harmonies of #37350D
Complementary color
Monochromatic Colors of #37350D
Black with #37350D
Text Example
Text Example
White with #37350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37350D; }
p { color: rgb(55,53,13); }
H1.HeaderClassName
{
color: #37350D;
}
.AnyTagClassName
{
color: #37350D;
}
</style>
background-color css
<style>
a { background-color: #37350D; }
a { background-color: rgb(55,53,13); }
div.DivClassName
{
background-color: #37350D;
}
.BgClassName
{
background-color: #37350D;
}
</style>
border-color css
<style>
span { border-color: #37350D; }
span { border-color: rgb(55,53,13); }
td.TdClassName
{
border-color: #37350D;
}
.TagClassName
{
border-color: #37350D;
}
</style>