Shades of Karaka #37360B
Tints of Karaka #37360B
RGB
CMYK
RGB Variations
Color information
#37360B (or 0x37360B) is known color: Karaka. HEX triplet: 37, 36 and 0B. RGB value is (55,54,11). Sum of RGB (Red+Green+Blue) = 55+54+11=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #37360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37360B is #C8C9F4. Grayscale: #313131. Windows color (decimal): -13158901 or 734775. OLE color: 734775.
HSL color Cylindrical-coordinate representation of color #37360B: hue angle of 58.64º 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 #37360B is Cyan = 0, Magento = 0.02, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 54 | 11 | - |
| CMYK | 0 | 0.02 | 0.8 | 0.78 |
| HSL | 58.64º | 0.67% | 0.13% | - |
| HSV(B) | 58.64º | 0.8% | 0.22% | - |
| XYZ | 2.96 | 3.47 | 0.83 | - |
| YUV | 49.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 54 | 11 | 0 | 0.02 | 0.8 | 0.78 | 58.64 | 0.67 | 0.13 |
| Hex | 37 | 36 | B | 0 | 2 | 50 | 4E | 3B | 43 | D |
| Octal | 67 | 66 | 13 | 0 | 2 | 120 | 116 | 73 | 103 | 15 |
| Binary | 110111 | 110110 | 1011 | 0 | 10 | 1010000 | 1001110 | 111011 | 1000011 | 1101 |
Color Harmonies of #37360B
Complementary color
Monochromatic Colors of #37360B
Black with #37360B
Text Example
Text Example
White with #37360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37360B; }
p { color: rgb(55,54,11); }
H1.HeaderClassName
{
color: #37360B;
}
.AnyTagClassName
{
color: #37360B;
}
</style>
background-color css
<style>
a { background-color: #37360B; }
a { background-color: rgb(55,54,11); }
div.DivClassName
{
background-color: #37360B;
}
.BgClassName
{
background-color: #37360B;
}
</style>
border-color css
<style>
span { border-color: #37360B; }
span { border-color: rgb(55,54,11); }
td.TdClassName
{
border-color: #37360B;
}
.TagClassName
{
border-color: #37360B;
}
</style>