Shades of Karaka #363409
Tints of Karaka #363409
RGB
CMYK
RGB Variations
Color information
#363409 (or 0x363409) is known color: Karaka. HEX triplet: 36, 34 and 09. RGB value is (54,52,9). Sum of RGB (Red+Green+Blue) = 54+52+9=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #363409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363409 is #C9CBF6. Grayscale: #2F2F2F. Windows color (decimal): -13224951 or 603190. OLE color: 603190.
HSL color Cylindrical-coordinate representation of color #363409: hue angle of 57.33º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #363409 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 52 | 9 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.79 |
| HSL | 57.33º | 0.71% | 0.12% | - |
| HSV(B) | 57.33º | 0.83% | 0.21% | - |
| XYZ | 2.8 | 3.26 | 0.74 | - |
| YUV | 47.7 | 106.16 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 52 | 9 | 0 | 0.04 | 0.83 | 0.79 | 57.33 | 0.71 | 0.12 |
| Hex | 36 | 34 | 9 | 0 | 4 | 53 | 4F | 39 | 47 | C |
| Octal | 66 | 64 | 11 | 0 | 4 | 123 | 117 | 71 | 107 | 14 |
| Binary | 110110 | 110100 | 1001 | 0 | 100 | 1010011 | 1001111 | 111001 | 1000111 | 1100 |
Color Harmonies of #363409
Complementary color
Monochromatic Colors of #363409
Black with #363409
Text Example
Text Example
White with #363409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363409; }
p { color: rgb(54,52,9); }
H1.HeaderClassName
{
color: #363409;
}
.AnyTagClassName
{
color: #363409;
}
</style>
background-color css
<style>
a { background-color: #363409; }
a { background-color: rgb(54,52,9); }
div.DivClassName
{
background-color: #363409;
}
.BgClassName
{
background-color: #363409;
}
</style>
border-color css
<style>
span { border-color: #363409; }
span { border-color: rgb(54,52,9); }
td.TdClassName
{
border-color: #363409;
}
.TagClassName
{
border-color: #363409;
}
</style>