Shades of Karaka #37361B
Tints of Karaka #37361B
RGB
CMYK
RGB Variations
Color information
#37361B (or 0x37361B) is known color: Karaka. HEX triplet: 37, 36 and 1B. RGB value is (55,54,27). Sum of RGB (Red+Green+Blue) = 55+54+27=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 55 - color contains mainly: red. Hex color #37361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37361B is #C8C9E4. Grayscale: #333333. Windows color (decimal): -13158885 or 1783351. OLE color: 1783351.
HSL color Cylindrical-coordinate representation of color #37361B: hue angle of 57.86º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37361B is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 54 | 27 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.78 |
| HSL | 57.86º | 0.34% | 0.16% | - |
| HSV(B) | 57.86º | 0.51% | 0.22% | - |
| XYZ | 3.09 | 3.53 | 1.56 | - |
| YUV | 51.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 54 | 27 | 0 | 0.02 | 0.51 | 0.78 | 57.86 | 0.34 | 0.16 |
| Hex | 37 | 36 | 1B | 0 | 2 | 33 | 4E | 3A | 22 | 10 |
| Octal | 67 | 66 | 33 | 0 | 2 | 63 | 116 | 72 | 42 | 20 |
| Binary | 110111 | 110110 | 11011 | 0 | 10 | 110011 | 1001110 | 111010 | 100010 | 10000 |
Color Harmonies of #37361B
Complementary color
Monochromatic Colors of #37361B
Black with #37361B
Text Example
Text Example
White with #37361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37361B; }
p { color: rgb(55,54,27); }
H1.HeaderClassName
{
color: #37361B;
}
.AnyTagClassName
{
color: #37361B;
}
</style>
background-color css
<style>
a { background-color: #37361B; }
a { background-color: rgb(55,54,27); }
div.DivClassName
{
background-color: #37361B;
}
.BgClassName
{
background-color: #37361B;
}
</style>
border-color css
<style>
span { border-color: #37361B; }
span { border-color: rgb(55,54,27); }
td.TdClassName
{
border-color: #37361B;
}
.TagClassName
{
border-color: #37361B;
}
</style>