Shades of Karaka #373412
Tints of Karaka #373412
RGB
CMYK
RGB Variations
Color information
#373412 (or 0x373412) is known color: Karaka. HEX triplet: 37, 34 and 12. RGB value is (55,52,18). Sum of RGB (Red+Green+Blue) = 55+52+18=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #373412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373412 is #C8CBED. Grayscale: #313131. Windows color (decimal): -13159406 or 1193015. OLE color: 1193015.
HSL color Cylindrical-coordinate representation of color #373412: hue angle of 55.14º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #373412 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 52 | 18 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.78 |
| HSL | 55.14º | 0.51% | 0.14% | - |
| HSV(B) | 55.14º | 0.67% | 0.22% | - |
| XYZ | 2.91 | 3.31 | 1.06 | - |
| YUV | 49.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 18 | 0 | 0.05 | 0.67 | 0.78 | 55.14 | 0.51 | 0.14 |
| Hex | 37 | 34 | 12 | 0 | 5 | 43 | 4E | 37 | 33 | E |
| Octal | 67 | 64 | 22 | 0 | 5 | 103 | 116 | 67 | 63 | 16 |
| Binary | 110111 | 110100 | 10010 | 0 | 101 | 1000011 | 1001110 | 110111 | 110011 | 1110 |
Color Harmonies of #373412
Complementary color
Monochromatic Colors of #373412
Black with #373412
Text Example
Text Example
White with #373412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373412; }
p { color: rgb(55,52,18); }
H1.HeaderClassName
{
color: #373412;
}
.AnyTagClassName
{
color: #373412;
}
</style>
background-color css
<style>
a { background-color: #373412; }
a { background-color: rgb(55,52,18); }
div.DivClassName
{
background-color: #373412;
}
.BgClassName
{
background-color: #373412;
}
</style>
border-color css
<style>
span { border-color: #373412; }
span { border-color: rgb(55,52,18); }
td.TdClassName
{
border-color: #373412;
}
.TagClassName
{
border-color: #373412;
}
</style>