Shades of Karaka #36330B
Tints of Karaka #36330B
RGB
CMYK
RGB Variations
Color information
#36330B (or 0x36330B) is known color: Karaka. HEX triplet: 36, 33 and 0B. RGB value is (54,51,11). Sum of RGB (Red+Green+Blue) = 54+51+11=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 54 - color contains mainly: red. Hex color #36330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36330B is #C9CCF4. Grayscale: #2F2F2F. Windows color (decimal): -13225205 or 734006. OLE color: 734006.
HSL color Cylindrical-coordinate representation of color #36330B: hue angle of 55.81º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36330B is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 51 | 11 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.79 |
| HSL | 55.81º | 0.66% | 0.13% | - |
| HSV(B) | 55.81º | 0.8% | 0.21% | - |
| XYZ | 2.77 | 3.18 | 0.78 | - |
| YUV | 47.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 11 | 0 | 0.06 | 0.80 | 0.79 | 55.81 | 0.66 | 0.13 |
| Hex | 36 | 33 | B | 0 | 6 | 50 | 4F | 38 | 42 | D |
| Octal | 66 | 63 | 13 | 0 | 6 | 120 | 117 | 70 | 102 | 15 |
| Binary | 110110 | 110011 | 1011 | 0 | 110 | 1010000 | 1001111 | 111000 | 1000010 | 1101 |
Color Harmonies of #36330B
Complementary color
Monochromatic Colors of #36330B
Black with #36330B
Text Example
Text Example
White with #36330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36330B; }
p { color: rgb(54,51,11); }
H1.HeaderClassName
{
color: #36330B;
}
.AnyTagClassName
{
color: #36330B;
}
</style>
background-color css
<style>
a { background-color: #36330B; }
a { background-color: rgb(54,51,11); }
div.DivClassName
{
background-color: #36330B;
}
.BgClassName
{
background-color: #36330B;
}
</style>
border-color css
<style>
span { border-color: #36330B; }
span { border-color: rgb(54,51,11); }
td.TdClassName
{
border-color: #36330B;
}
.TagClassName
{
border-color: #36330B;
}
</style>