Shades of Karaka #38340C
Tints of Karaka #38340C
RGB
CMYK
RGB Variations
Color information
#38340C (or 0x38340C) is known color: Karaka. HEX triplet: 38, 34 and 0C. RGB value is (56,52,12). Sum of RGB (Red+Green+Blue) = 56+52+12=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #38340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38340C is #C7CBF3. Grayscale: #303030. Windows color (decimal): -13093876 or 799800. OLE color: 799800.
HSL color Cylindrical-coordinate representation of color #38340C: hue angle of 54.55º 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 #38340C is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 52 | 12 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.78 |
| HSL | 54.55º | 0.65% | 0.13% | - |
| HSV(B) | 54.55º | 0.79% | 0.22% | - |
| XYZ | 2.93 | 3.32 | 0.84 | - |
| YUV | 48.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 52 | 12 | 0 | 0.07 | 0.79 | 0.78 | 54.55 | 0.65 | 0.13 |
| Hex | 38 | 34 | C | 0 | 7 | 4F | 4E | 37 | 41 | D |
| Octal | 70 | 64 | 14 | 0 | 7 | 117 | 116 | 67 | 101 | 15 |
| Binary | 111000 | 110100 | 1100 | 0 | 111 | 1001111 | 1001110 | 110111 | 1000001 | 1101 |
Color Harmonies of #38340C
Complementary color
Monochromatic Colors of #38340C
Black with #38340C
Text Example
Text Example
White with #38340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38340C; }
p { color: rgb(56,52,12); }
H1.HeaderClassName
{
color: #38340C;
}
.AnyTagClassName
{
color: #38340C;
}
</style>
background-color css
<style>
a { background-color: #38340C; }
a { background-color: rgb(56,52,12); }
div.DivClassName
{
background-color: #38340C;
}
.BgClassName
{
background-color: #38340C;
}
</style>
border-color css
<style>
span { border-color: #38340C; }
span { border-color: rgb(56,52,12); }
td.TdClassName
{
border-color: #38340C;
}
.TagClassName
{
border-color: #38340C;
}
</style>