Shades of Karaka #37340C
Tints of Karaka #37340C
RGB
CMYK
RGB Variations
Color information
#37340C (or 0x37340C) is known color: Karaka. HEX triplet: 37, 34 and 0C. RGB value is (55,52,12). Sum of RGB (Red+Green+Blue) = 55+52+12=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #37340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37340C is #C8CBF3. Grayscale: #303030. Windows color (decimal): -13159412 or 799799. OLE color: 799799.
HSL color Cylindrical-coordinate representation of color #37340C: hue angle of 55.81º 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 #37340C is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 52 | 12 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.78 |
| HSL | 55.81º | 0.64% | 0.13% | - |
| HSV(B) | 55.81º | 0.78% | 0.22% | - |
| XYZ | 2.87 | 3.29 | 0.83 | - |
| YUV | 48.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 12 | 0 | 0.05 | 0.78 | 0.78 | 55.81 | 0.64 | 0.13 |
| Hex | 37 | 34 | C | 0 | 5 | 4E | 4E | 38 | 40 | D |
| Octal | 67 | 64 | 14 | 0 | 5 | 116 | 116 | 70 | 100 | 15 |
| Binary | 110111 | 110100 | 1100 | 0 | 101 | 1001110 | 1001110 | 111000 | 1000000 | 1101 |
Color Harmonies of #37340C
Complementary color
Monochromatic Colors of #37340C
Black with #37340C
Text Example
Text Example
White with #37340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37340C; }
p { color: rgb(55,52,12); }
H1.HeaderClassName
{
color: #37340C;
}
.AnyTagClassName
{
color: #37340C;
}
</style>
background-color css
<style>
a { background-color: #37340C; }
a { background-color: rgb(55,52,12); }
div.DivClassName
{
background-color: #37340C;
}
.BgClassName
{
background-color: #37340C;
}
</style>
border-color css
<style>
span { border-color: #37340C; }
span { border-color: rgb(55,52,12); }
td.TdClassName
{
border-color: #37340C;
}
.TagClassName
{
border-color: #37340C;
}
</style>