Shades of Karaka #37350B
Tints of Karaka #37350B
RGB
CMYK
RGB Variations
Color information
#37350B (or 0x37350B) is known color: Karaka. HEX triplet: 37, 35 and 0B. RGB value is (55,53,11). Sum of RGB (Red+Green+Blue) = 55+53+11=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #37350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37350B is #C8CAF4. Grayscale: #303030. Windows color (decimal): -13159157 or 734519. OLE color: 734519.
HSL color Cylindrical-coordinate representation of color #37350B: hue angle of 57.27º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37350B is Cyan = 0, Magento = 0.04, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 53 | 11 | - |
| CMYK | 0 | 0.04 | 0.8 | 0.78 |
| HSL | 57.27º | 0.67% | 0.13% | - |
| HSV(B) | 57.27º | 0.8% | 0.22% | - |
| XYZ | 2.91 | 3.38 | 0.82 | - |
| YUV | 48.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 11 | 0 | 0.04 | 0.8 | 0.78 | 57.27 | 0.67 | 0.13 |
| Hex | 37 | 35 | B | 0 | 4 | 50 | 4E | 39 | 43 | D |
| Octal | 67 | 65 | 13 | 0 | 4 | 120 | 116 | 71 | 103 | 15 |
| Binary | 110111 | 110101 | 1011 | 0 | 100 | 1010000 | 1001110 | 111001 | 1000011 | 1101 |
Color Harmonies of #37350B
Complementary color
Monochromatic Colors of #37350B
Black with #37350B
Text Example
Text Example
White with #37350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37350B; }
p { color: rgb(55,53,11); }
H1.HeaderClassName
{
color: #37350B;
}
.AnyTagClassName
{
color: #37350B;
}
</style>
background-color css
<style>
a { background-color: #37350B; }
a { background-color: rgb(55,53,11); }
div.DivClassName
{
background-color: #37350B;
}
.BgClassName
{
background-color: #37350B;
}
</style>
border-color css
<style>
span { border-color: #37350B; }
span { border-color: rgb(55,53,11); }
td.TdClassName
{
border-color: #37350B;
}
.TagClassName
{
border-color: #37350B;
}
</style>