Shades of Karaka #39350C
Tints of Karaka #39350C
RGB
CMYK
RGB Variations
Color information
#39350C (or 0x39350C) is known color: Karaka. HEX triplet: 39, 35 and 0C. RGB value is (57,53,12). Sum of RGB (Red+Green+Blue) = 57+53+12=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #39350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39350C is #C6CAF3. Grayscale: #313131. Windows color (decimal): -13028084 or 800057. OLE color: 800057.
HSL color Cylindrical-coordinate representation of color #39350C: hue angle of 54.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39350C is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 53 | 12 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.78 |
| HSL | 54.67º | 0.65% | 0.14% | - |
| HSV(B) | 54.67º | 0.79% | 0.22% | - |
| XYZ | 3.03 | 3.44 | 0.85 | - |
| YUV | 49.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 12 | 0 | 0.07 | 0.79 | 0.78 | 54.67 | 0.65 | 0.14 |
| Hex | 39 | 35 | C | 0 | 7 | 4F | 4E | 37 | 41 | E |
| Octal | 71 | 65 | 14 | 0 | 7 | 117 | 116 | 67 | 101 | 16 |
| Binary | 111001 | 110101 | 1100 | 0 | 111 | 1001111 | 1001110 | 110111 | 1000001 | 1110 |
Color Harmonies of #39350C
Complementary color
Monochromatic Colors of #39350C
Black with #39350C
Text Example
Text Example
White with #39350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39350C; }
p { color: rgb(57,53,12); }
H1.HeaderClassName
{
color: #39350C;
}
.AnyTagClassName
{
color: #39350C;
}
</style>
background-color css
<style>
a { background-color: #39350C; }
a { background-color: rgb(57,53,12); }
div.DivClassName
{
background-color: #39350C;
}
.BgClassName
{
background-color: #39350C;
}
</style>
border-color css
<style>
span { border-color: #39350C; }
span { border-color: rgb(57,53,12); }
td.TdClassName
{
border-color: #39350C;
}
.TagClassName
{
border-color: #39350C;
}
</style>