Shades of Karaka #383512
Tints of Karaka #383512
RGB
CMYK
RGB Variations
Color information
#383512 (or 0x383512) is known color: Karaka. HEX triplet: 38, 35 and 12. RGB value is (56,53,18). Sum of RGB (Red+Green+Blue) = 56+53+18=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #383512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383512 is #C7CAED. Grayscale: #323232. Windows color (decimal): -13093614 or 1193272. OLE color: 1193272.
HSL color Cylindrical-coordinate representation of color #383512: hue angle of 55.26º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #383512 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 53 | 18 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.78 |
| HSL | 55.26º | 0.51% | 0.15% | - |
| HSV(B) | 55.26º | 0.68% | 0.22% | - |
| XYZ | 3.01 | 3.43 | 1.08 | - |
| YUV | 49.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 18 | 0 | 0.05 | 0.68 | 0.78 | 55.26 | 0.51 | 0.15 |
| Hex | 38 | 35 | 12 | 0 | 5 | 44 | 4E | 37 | 33 | F |
| Octal | 70 | 65 | 22 | 0 | 5 | 104 | 116 | 67 | 63 | 17 |
| Binary | 111000 | 110101 | 10010 | 0 | 101 | 1000100 | 1001110 | 110111 | 110011 | 1111 |
Color Harmonies of #383512
Complementary color
Monochromatic Colors of #383512
Black with #383512
Text Example
Text Example
White with #383512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383512; }
p { color: rgb(56,53,18); }
H1.HeaderClassName
{
color: #383512;
}
.AnyTagClassName
{
color: #383512;
}
</style>
background-color css
<style>
a { background-color: #383512; }
a { background-color: rgb(56,53,18); }
div.DivClassName
{
background-color: #383512;
}
.BgClassName
{
background-color: #383512;
}
</style>
border-color css
<style>
span { border-color: #383512; }
span { border-color: rgb(56,53,18); }
td.TdClassName
{
border-color: #383512;
}
.TagClassName
{
border-color: #383512;
}
</style>