Shades of Karaka #38350C
Tints of Karaka #38350C
RGB
CMYK
RGB Variations
Color information
#38350C (or 0x38350C) is known color: Karaka. HEX triplet: 38, 35 and 0C. RGB value is (56,53,12). Sum of RGB (Red+Green+Blue) = 56+53+12=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38350C is #C7CAF3. Grayscale: #313131. Windows color (decimal): -13093620 or 800056. OLE color: 800056.
HSL color Cylindrical-coordinate representation of color #38350C: hue angle of 55.91º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38350C is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 53 | 12 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.78 |
| HSL | 55.91º | 0.65% | 0.13% | - |
| HSV(B) | 55.91º | 0.79% | 0.22% | - |
| XYZ | 2.97 | 3.41 | 0.85 | - |
| YUV | 49.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 12 | 0 | 0.05 | 0.79 | 0.78 | 55.91 | 0.65 | 0.13 |
| Hex | 38 | 35 | C | 0 | 5 | 4F | 4E | 38 | 41 | D |
| Octal | 70 | 65 | 14 | 0 | 5 | 117 | 116 | 70 | 101 | 15 |
| Binary | 111000 | 110101 | 1100 | 0 | 101 | 1001111 | 1001110 | 111000 | 1000001 | 1101 |
Color Harmonies of #38350C
Complementary color
Monochromatic Colors of #38350C
Black with #38350C
Text Example
Text Example
White with #38350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38350C; }
p { color: rgb(56,53,12); }
H1.HeaderClassName
{
color: #38350C;
}
.AnyTagClassName
{
color: #38350C;
}
</style>
background-color css
<style>
a { background-color: #38350C; }
a { background-color: rgb(56,53,12); }
div.DivClassName
{
background-color: #38350C;
}
.BgClassName
{
background-color: #38350C;
}
</style>
border-color css
<style>
span { border-color: #38350C; }
span { border-color: rgb(56,53,12); }
td.TdClassName
{
border-color: #38350C;
}
.TagClassName
{
border-color: #38350C;
}
</style>