Shades of Karaka #39350B
Tints of Karaka #39350B
RGB
CMYK
RGB Variations
Color information
#39350B (or 0x39350B) is known color: Karaka. HEX triplet: 39, 35 and 0B. RGB value is (57,53,11). Sum of RGB (Red+Green+Blue) = 57+53+11=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #39350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39350B is #C6CAF4. Grayscale: #313131. Windows color (decimal): -13028085 or 734521. OLE color: 734521.
HSL color Cylindrical-coordinate representation of color #39350B: hue angle of 54.78º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #39350B is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 53 | 11 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.78 |
| HSL | 54.78º | 0.68% | 0.13% | - |
| HSV(B) | 54.78º | 0.81% | 0.22% | - |
| XYZ | 3.02 | 3.44 | 0.82 | - |
| YUV | 49.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 11 | 0 | 0.07 | 0.81 | 0.78 | 54.78 | 0.68 | 0.13 |
| Hex | 39 | 35 | B | 0 | 7 | 51 | 4E | 37 | 44 | D |
| Octal | 71 | 65 | 13 | 0 | 7 | 121 | 116 | 67 | 104 | 15 |
| Binary | 111001 | 110101 | 1011 | 0 | 111 | 1010001 | 1001110 | 110111 | 1000100 | 1101 |
Color Harmonies of #39350B
Complementary color
Monochromatic Colors of #39350B
Black with #39350B
Text Example
Text Example
White with #39350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39350B; }
p { color: rgb(57,53,11); }
H1.HeaderClassName
{
color: #39350B;
}
.AnyTagClassName
{
color: #39350B;
}
</style>
background-color css
<style>
a { background-color: #39350B; }
a { background-color: rgb(57,53,11); }
div.DivClassName
{
background-color: #39350B;
}
.BgClassName
{
background-color: #39350B;
}
</style>
border-color css
<style>
span { border-color: #39350B; }
span { border-color: rgb(57,53,11); }
td.TdClassName
{
border-color: #39350B;
}
.TagClassName
{
border-color: #39350B;
}
</style>