Shades of Karaka #38340B
Tints of Karaka #38340B
RGB
CMYK
RGB Variations
Color information
#38340B (or 0x38340B) is known color: Karaka. HEX triplet: 38, 34 and 0B. RGB value is (56,52,11). Sum of RGB (Red+Green+Blue) = 56+52+11=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38340B is #C7CBF4. Grayscale: #303030. Windows color (decimal): -13093877 or 734264. OLE color: 734264.
HSL color Cylindrical-coordinate representation of color #38340B: hue angle of 54.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38340B is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 52 | 11 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.78 |
| HSL | 54.67º | 0.67% | 0.13% | - |
| HSV(B) | 54.67º | 0.8% | 0.22% | - |
| XYZ | 2.92 | 3.32 | 0.8 | - |
| YUV | 48.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 52 | 11 | 0 | 0.07 | 0.80 | 0.78 | 54.67 | 0.67 | 0.13 |
| Hex | 38 | 34 | B | 0 | 7 | 50 | 4E | 37 | 43 | D |
| Octal | 70 | 64 | 13 | 0 | 7 | 120 | 116 | 67 | 103 | 15 |
| Binary | 111000 | 110100 | 1011 | 0 | 111 | 1010000 | 1001110 | 110111 | 1000011 | 1101 |
Color Harmonies of #38340B
Complementary color
Monochromatic Colors of #38340B
Black with #38340B
Text Example
Text Example
White with #38340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38340B; }
p { color: rgb(56,52,11); }
H1.HeaderClassName
{
color: #38340B;
}
.AnyTagClassName
{
color: #38340B;
}
</style>
background-color css
<style>
a { background-color: #38340B; }
a { background-color: rgb(56,52,11); }
div.DivClassName
{
background-color: #38340B;
}
.BgClassName
{
background-color: #38340B;
}
</style>
border-color css
<style>
span { border-color: #38340B; }
span { border-color: rgb(56,52,11); }
td.TdClassName
{
border-color: #38340B;
}
.TagClassName
{
border-color: #38340B;
}
</style>