Shades of Cocoa Brown #382A1A
Tints of Cocoa Brown #382A1A
RGB
CMYK
RGB Variations
Color information
#382A1A (or 0x382A1A) is known color: Cocoa Brown. HEX triplet: 38, 2A and 1A. RGB value is (56,42,26). Sum of RGB (Red+Green+Blue) = 56+42+26=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #382A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A1A is #C7D5E5. Grayscale: #2C2C2C. Windows color (decimal): -13096422 or 1714744. OLE color: 1714744.
HSL color Cylindrical-coordinate representation of color #382A1A: hue angle of 32º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #382A1A is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 42 | 26 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.78 |
| HSL | 32º | 0.37% | 0.16% | - |
| HSV(B) | 32º | 0.54% | 0.22% | - |
| XYZ | 2.65 | 2.57 | 1.33 | - |
| YUV | 44.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 26 | 0 | 0.25 | 0.54 | 0.78 | 32 | 0.37 | 0.16 |
| Hex | 38 | 2A | 1A | 0 | 19 | 36 | 4E | 20 | 25 | 10 |
| Octal | 70 | 52 | 32 | 0 | 31 | 66 | 116 | 40 | 45 | 20 |
| Binary | 111000 | 101010 | 11010 | 0 | 11001 | 110110 | 1001110 | 100000 | 100101 | 10000 |
Color Harmonies of #382A1A
Complementary color
Monochromatic Colors of #382A1A
Black with #382A1A
Text Example
Text Example
White with #382A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A1A; }
p { color: rgb(56,42,26); }
H1.HeaderClassName
{
color: #382A1A;
}
.AnyTagClassName
{
color: #382A1A;
}
</style>
background-color css
<style>
a { background-color: #382A1A; }
a { background-color: rgb(56,42,26); }
div.DivClassName
{
background-color: #382A1A;
}
.BgClassName
{
background-color: #382A1A;
}
</style>
border-color css
<style>
span { border-color: #382A1A; }
span { border-color: rgb(56,42,26); }
td.TdClassName
{
border-color: #382A1A;
}
.TagClassName
{
border-color: #382A1A;
}
</style>