Shades of Karaka #39360F
Tints of Karaka #39360F
RGB
CMYK
RGB Variations
Color information
#39360F (or 0x39360F) is known color: Karaka. HEX triplet: 39, 36 and 0F. RGB value is (57,54,15). Sum of RGB (Red+Green+Blue) = 57+54+15=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #39360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39360F is #C6C9F0. Grayscale: #323232. Windows color (decimal): -13027825 or 996921. OLE color: 996921.
HSL color Cylindrical-coordinate representation of color #39360F: hue angle of 55.71º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39360F is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 54 | 15 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.78 |
| HSL | 55.71º | 0.58% | 0.14% | - |
| HSV(B) | 55.71º | 0.74% | 0.22% | - |
| XYZ | 3.09 | 3.54 | 0.97 | - |
| YUV | 50.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 54 | 15 | 0 | 0.05 | 0.74 | 0.78 | 55.71 | 0.58 | 0.14 |
| Hex | 39 | 36 | F | 0 | 5 | 4A | 4E | 38 | 3A | E |
| Octal | 71 | 66 | 17 | 0 | 5 | 112 | 116 | 70 | 72 | 16 |
| Binary | 111001 | 110110 | 1111 | 0 | 101 | 1001010 | 1001110 | 111000 | 111010 | 1110 |
Color Harmonies of #39360F
Complementary color
Monochromatic Colors of #39360F
Black with #39360F
Text Example
Text Example
White with #39360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39360F; }
p { color: rgb(57,54,15); }
H1.HeaderClassName
{
color: #39360F;
}
.AnyTagClassName
{
color: #39360F;
}
</style>
background-color css
<style>
a { background-color: #39360F; }
a { background-color: rgb(57,54,15); }
div.DivClassName
{
background-color: #39360F;
}
.BgClassName
{
background-color: #39360F;
}
</style>
border-color css
<style>
span { border-color: #39360F; }
span { border-color: rgb(57,54,15); }
td.TdClassName
{
border-color: #39360F;
}
.TagClassName
{
border-color: #39360F;
}
</style>