Shades of Karaka #37350F
Tints of Karaka #37350F
RGB
CMYK
RGB Variations
Color information
#37350F (or 0x37350F) is known color: Karaka. HEX triplet: 37, 35 and 0F. RGB value is (55,53,15). Sum of RGB (Red+Green+Blue) = 55+53+15=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #37350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37350F is #C8CAF0. Grayscale: #313131. Windows color (decimal): -13159153 or 996663. OLE color: 996663.
HSL color Cylindrical-coordinate representation of color #37350F: hue angle of 57º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37350F is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 53 | 15 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.78 |
| HSL | 57º | 0.57% | 0.14% | - |
| HSV(B) | 57º | 0.73% | 0.22% | - |
| XYZ | 2.93 | 3.39 | 0.95 | - |
| YUV | 49.27 | 108.66 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 15 | 0 | 0.04 | 0.73 | 0.78 | 57 | 0.57 | 0.14 |
| Hex | 37 | 35 | F | 0 | 4 | 49 | 4E | 39 | 39 | E |
| Octal | 67 | 65 | 17 | 0 | 4 | 111 | 116 | 71 | 71 | 16 |
| Binary | 110111 | 110101 | 1111 | 0 | 100 | 1001001 | 1001110 | 111001 | 111001 | 1110 |
Color Harmonies of #37350F
Complementary color
Monochromatic Colors of #37350F
Black with #37350F
Text Example
Text Example
White with #37350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37350F; }
p { color: rgb(55,53,15); }
H1.HeaderClassName
{
color: #37350F;
}
.AnyTagClassName
{
color: #37350F;
}
</style>
background-color css
<style>
a { background-color: #37350F; }
a { background-color: rgb(55,53,15); }
div.DivClassName
{
background-color: #37350F;
}
.BgClassName
{
background-color: #37350F;
}
</style>
border-color css
<style>
span { border-color: #37350F; }
span { border-color: rgb(55,53,15); }
td.TdClassName
{
border-color: #37350F;
}
.TagClassName
{
border-color: #37350F;
}
</style>