Shades of Karaka #37360D
Tints of Karaka #37360D
RGB
CMYK
RGB Variations
Color information
#37360D (or 0x37360D) is known color: Karaka. HEX triplet: 37, 36 and 0D. RGB value is (55,54,13). Sum of RGB (Red+Green+Blue) = 55+54+13=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #37360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37360D is #C8C9F2. Grayscale: #313131. Windows color (decimal): -13158899 or 865847. OLE color: 865847.
HSL color Cylindrical-coordinate representation of color #37360D: hue angle of 58.57º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37360D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 54 | 13 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.78 |
| HSL | 58.57º | 0.62% | 0.13% | - |
| HSV(B) | 58.57º | 0.76% | 0.22% | - |
| XYZ | 2.97 | 3.48 | 0.9 | - |
| YUV | 49.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 54 | 13 | 0 | 0.02 | 0.76 | 0.78 | 58.57 | 0.62 | 0.13 |
| Hex | 37 | 36 | D | 0 | 2 | 4C | 4E | 3B | 3E | D |
| Octal | 67 | 66 | 15 | 0 | 2 | 114 | 116 | 73 | 76 | 15 |
| Binary | 110111 | 110110 | 1101 | 0 | 10 | 1001100 | 1001110 | 111011 | 111110 | 1101 |
Color Harmonies of #37360D
Complementary color
Monochromatic Colors of #37360D
Black with #37360D
Text Example
Text Example
White with #37360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37360D; }
p { color: rgb(55,54,13); }
H1.HeaderClassName
{
color: #37360D;
}
.AnyTagClassName
{
color: #37360D;
}
</style>
background-color css
<style>
a { background-color: #37360D; }
a { background-color: rgb(55,54,13); }
div.DivClassName
{
background-color: #37360D;
}
.BgClassName
{
background-color: #37360D;
}
</style>
border-color css
<style>
span { border-color: #37360D; }
span { border-color: rgb(55,54,13); }
td.TdClassName
{
border-color: #37360D;
}
.TagClassName
{
border-color: #37360D;
}
</style>