Shades of Karaka #363304
Tints of Karaka #363304
RGB
CMYK
RGB Variations
Color information
#363304 (or 0x363304) is known color: Karaka. HEX triplet: 36, 33 and 04. RGB value is (54,51,4). Sum of RGB (Red+Green+Blue) = 54+51+4=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #363304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363304 is #C9CCFB. Grayscale: #2E2E2E. Windows color (decimal): -13225212 or 275254. OLE color: 275254.
HSL color Cylindrical-coordinate representation of color #363304: hue angle of 56.4º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #363304 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 51 | 4 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.79 |
| HSL | 56.4º | 0.86% | 0.11% | - |
| HSV(B) | 56.4º | 0.93% | 0.21% | - |
| XYZ | 2.73 | 3.16 | 0.58 | - |
| YUV | 46.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 4 | 0 | 0.06 | 0.93 | 0.79 | 56.4 | 0.86 | 0.11 |
| Hex | 36 | 33 | 4 | 0 | 6 | 5D | 4F | 38 | 56 | B |
| Octal | 66 | 63 | 4 | 0 | 6 | 135 | 117 | 70 | 126 | 13 |
| Binary | 110110 | 110011 | 100 | 0 | 110 | 1011101 | 1001111 | 111000 | 1010110 | 1011 |
Color Harmonies of #363304
Complementary color
Monochromatic Colors of #363304
Black with #363304
Text Example
Text Example
White with #363304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363304; }
p { color: rgb(54,51,4); }
H1.HeaderClassName
{
color: #363304;
}
.AnyTagClassName
{
color: #363304;
}
</style>
background-color css
<style>
a { background-color: #363304; }
a { background-color: rgb(54,51,4); }
div.DivClassName
{
background-color: #363304;
}
.BgClassName
{
background-color: #363304;
}
</style>
border-color css
<style>
span { border-color: #363304; }
span { border-color: rgb(54,51,4); }
td.TdClassName
{
border-color: #363304;
}
.TagClassName
{
border-color: #363304;
}
</style>