Shades of Karaka #36371B
Tints of Karaka #36371B
RGB
CMYK
RGB Variations
Color information
#36371B (or 0x36371B) is known color: Karaka. HEX triplet: 36, 37 and 1B. RGB value is (54,55,27). Sum of RGB (Red+Green+Blue) = 54+55+27=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 55 - color contains mainly: green. Hex color #36371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36371B is #C9C8E4. Grayscale: #333333. Windows color (decimal): -13224165 or 1783606. OLE color: 1783606.
HSL color Cylindrical-coordinate representation of color #36371B: hue angle of 62.14º 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 #36371B is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 55 | 27 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.78 |
| HSL | 62.14º | 0.34% | 0.16% | - |
| HSV(B) | 62.14º | 0.51% | 0.22% | - |
| XYZ | 3.09 | 3.6 | 1.57 | - |
| YUV | 51.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 27 | 0.02 | 0 | 0.51 | 0.78 | 62.14 | 0.34 | 0.16 |
| Hex | 36 | 37 | 1B | 2 | 0 | 33 | 4E | 3E | 22 | 10 |
| Octal | 66 | 67 | 33 | 2 | 0 | 63 | 116 | 76 | 42 | 20 |
| Binary | 110110 | 110111 | 11011 | 10 | 0 | 110011 | 1001110 | 111110 | 100010 | 10000 |
Color Harmonies of #36371B
Complementary color
Monochromatic Colors of #36371B
Black with #36371B
Text Example
Text Example
White with #36371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36371B; }
p { color: rgb(54,55,27); }
H1.HeaderClassName
{
color: #36371B;
}
.AnyTagClassName
{
color: #36371B;
}
</style>
background-color css
<style>
a { background-color: #36371B; }
a { background-color: rgb(54,55,27); }
div.DivClassName
{
background-color: #36371B;
}
.BgClassName
{
background-color: #36371B;
}
</style>
border-color css
<style>
span { border-color: #36371B; }
span { border-color: rgb(54,55,27); }
td.TdClassName
{
border-color: #36371B;
}
.TagClassName
{
border-color: #36371B;
}
</style>