Shades of Karaka #36331C
Tints of Karaka #36331C
RGB
CMYK
RGB Variations
Color information
#36331C (or 0x36331C) is known color: Karaka. HEX triplet: 36, 33 and 1C. RGB value is (54,51,28). Sum of RGB (Red+Green+Blue) = 54+51+28=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 54 - color contains mainly: red. Hex color #36331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36331C is #C9CCE3. Grayscale: #313131. Windows color (decimal): -13225188 or 1848118. OLE color: 1848118.
HSL color Cylindrical-coordinate representation of color #36331C: hue angle of 53.08º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36331C is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 51 | 28 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.79 |
| HSL | 53.08º | 0.32% | 0.16% | - |
| HSV(B) | 53.08º | 0.48% | 0.21% | - |
| XYZ | 2.91 | 3.24 | 1.57 | - |
| YUV | 49.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 28 | 0 | 0.06 | 0.48 | 0.79 | 53.08 | 0.32 | 0.16 |
| Hex | 36 | 33 | 1C | 0 | 6 | 30 | 4F | 35 | 20 | 10 |
| Octal | 66 | 63 | 34 | 0 | 6 | 60 | 117 | 65 | 40 | 20 |
| Binary | 110110 | 110011 | 11100 | 0 | 110 | 110000 | 1001111 | 110101 | 100000 | 10000 |
Color Harmonies of #36331C
Complementary color
Monochromatic Colors of #36331C
Black with #36331C
Text Example
Text Example
White with #36331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36331C; }
p { color: rgb(54,51,28); }
H1.HeaderClassName
{
color: #36331C;
}
.AnyTagClassName
{
color: #36331C;
}
</style>
background-color css
<style>
a { background-color: #36331C; }
a { background-color: rgb(54,51,28); }
div.DivClassName
{
background-color: #36331C;
}
.BgClassName
{
background-color: #36331C;
}
</style>
border-color css
<style>
span { border-color: #36331C; }
span { border-color: rgb(54,51,28); }
td.TdClassName
{
border-color: #36331C;
}
.TagClassName
{
border-color: #36331C;
}
</style>