Shades of Karaka #383816
Tints of Karaka #383816
RGB
CMYK
RGB Variations
Color information
#383816 (or 0x383816) is known color: Karaka. HEX triplet: 38, 38 and 16. RGB value is (56,56,22). Sum of RGB (Red+Green+Blue) = 56+56+22=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383816 is #C7C7E9. Grayscale: #343434. Windows color (decimal): -13092842 or 1456184. OLE color: 1456184.
HSL color Cylindrical-coordinate representation of color #383816: hue angle of 60º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #383816 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 56 | 22 | - |
| CMYK | 0 | 0 | 0.61 | 0.78 |
| HSL | 60º | 0.44% | 0.15% | - |
| HSV(B) | 60º | 0.61% | 0.22% | - |
| XYZ | 3.19 | 3.73 | 1.31 | - |
| YUV | 52.12 | 111 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 22 | 0 | 0 | 0.61 | 0.78 | 60 | 0.44 | 0.15 |
| Hex | 38 | 38 | 16 | 0 | 0 | 3D | 4E | 3C | 2C | F |
| Octal | 70 | 70 | 26 | 0 | 0 | 75 | 116 | 74 | 54 | 17 |
| Binary | 111000 | 111000 | 10110 | 0 | 0 | 111101 | 1001110 | 111100 | 101100 | 1111 |
Color Harmonies of #383816
Complementary color
Monochromatic Colors of #383816
Black with #383816
Text Example
Text Example
White with #383816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383816; }
p { color: rgb(56,56,22); }
H1.HeaderClassName
{
color: #383816;
}
.AnyTagClassName
{
color: #383816;
}
</style>
background-color css
<style>
a { background-color: #383816; }
a { background-color: rgb(56,56,22); }
div.DivClassName
{
background-color: #383816;
}
.BgClassName
{
background-color: #383816;
}
</style>
border-color css
<style>
span { border-color: #383816; }
span { border-color: rgb(56,56,22); }
td.TdClassName
{
border-color: #383816;
}
.TagClassName
{
border-color: #383816;
}
</style>