Shades of Karaka #37350C
Tints of Karaka #37350C
RGB
CMYK
RGB Variations
Color information
#37350C (or 0x37350C) is known color: Karaka. HEX triplet: 37, 35 and 0C. RGB value is (55,53,12). Sum of RGB (Red+Green+Blue) = 55+53+12=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #37350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37350C is #C8CAF3. Grayscale: #313131. Windows color (decimal): -13159156 or 800055. OLE color: 800055.
HSL color Cylindrical-coordinate representation of color #37350C: hue angle of 57.21º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37350C is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 53 | 12 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.78 |
| HSL | 57.21º | 0.64% | 0.13% | - |
| HSV(B) | 57.21º | 0.78% | 0.22% | - |
| XYZ | 2.92 | 3.38 | 0.85 | - |
| YUV | 48.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 12 | 0 | 0.04 | 0.78 | 0.78 | 57.21 | 0.64 | 0.13 |
| Hex | 37 | 35 | C | 0 | 4 | 4E | 4E | 39 | 40 | D |
| Octal | 67 | 65 | 14 | 0 | 4 | 116 | 116 | 71 | 100 | 15 |
| Binary | 110111 | 110101 | 1100 | 0 | 100 | 1001110 | 1001110 | 111001 | 1000000 | 1101 |
Color Harmonies of #37350C
Complementary color
Monochromatic Colors of #37350C
Black with #37350C
Text Example
Text Example
White with #37350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37350C; }
p { color: rgb(55,53,12); }
H1.HeaderClassName
{
color: #37350C;
}
.AnyTagClassName
{
color: #37350C;
}
</style>
background-color css
<style>
a { background-color: #37350C; }
a { background-color: rgb(55,53,12); }
div.DivClassName
{
background-color: #37350C;
}
.BgClassName
{
background-color: #37350C;
}
</style>
border-color css
<style>
span { border-color: #37350C; }
span { border-color: rgb(55,53,12); }
td.TdClassName
{
border-color: #37350C;
}
.TagClassName
{
border-color: #37350C;
}
</style>