Shades of Karaka #36361B
Tints of Karaka #36361B
RGB
CMYK
RGB Variations
Color information
#36361B (or 0x36361B) is known color: Karaka. HEX triplet: 36, 36 and 1B. RGB value is (54,54,27). Sum of RGB (Red+Green+Blue) = 54+54+27=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 54 - color contains mainly: red, green. Hex color #36361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36361B is #C9C9E4. Grayscale: #333333. Windows color (decimal): -13224421 or 1783350. OLE color: 1783350.
HSL color Cylindrical-coordinate representation of color #36361B: hue angle of 60º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36361B is Cyan = 0, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 54 | 27 | - |
| CMYK | 0 | 0 | 0.5 | 0.79 |
| HSL | 60º | 0.33% | 0.16% | - |
| HSV(B) | 60º | 0.5% | 0.21% | - |
| XYZ | 3.04 | 3.5 | 1.55 | - |
| YUV | 50.92 | 114.5 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 27 | 0 | 0 | 0.5 | 0.79 | 60 | 0.33 | 0.16 |
| Hex | 36 | 36 | 1B | 0 | 0 | 32 | 4F | 3C | 21 | 10 |
| Octal | 66 | 66 | 33 | 0 | 0 | 62 | 117 | 74 | 41 | 20 |
| Binary | 110110 | 110110 | 11011 | 0 | 0 | 110010 | 1001111 | 111100 | 100001 | 10000 |
Color Harmonies of #36361B
Complementary color
Monochromatic Colors of #36361B
Black with #36361B
Text Example
Text Example
White with #36361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36361B; }
p { color: rgb(54,54,27); }
H1.HeaderClassName
{
color: #36361B;
}
.AnyTagClassName
{
color: #36361B;
}
</style>
background-color css
<style>
a { background-color: #36361B; }
a { background-color: rgb(54,54,27); }
div.DivClassName
{
background-color: #36361B;
}
.BgClassName
{
background-color: #36361B;
}
</style>
border-color css
<style>
span { border-color: #36361B; }
span { border-color: rgb(54,54,27); }
td.TdClassName
{
border-color: #36361B;
}
.TagClassName
{
border-color: #36361B;
}
</style>