Shades of Cocoa Brown #382A1C
Tints of Cocoa Brown #382A1C
RGB
CMYK
RGB Variations
Color information
#382A1C (or 0x382A1C) is known color: Cocoa Brown. HEX triplet: 38, 2A and 1C. RGB value is (56,42,28). Sum of RGB (Red+Green+Blue) = 56+42+28=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #382A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A1C is #C7D5E3. Grayscale: #2C2C2C. Windows color (decimal): -13096420 or 1845816. OLE color: 1845816.
HSL color Cylindrical-coordinate representation of color #382A1C: hue angle of 30º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #382A1C is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 42 | 28 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.78 |
| HSL | 30º | 0.33% | 0.16% | - |
| HSV(B) | 30º | 0.5% | 0.22% | - |
| XYZ | 2.67 | 2.58 | 1.46 | - |
| YUV | 44.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 28 | 0 | 0.25 | 0.50 | 0.78 | 30 | 0.33 | 0.16 |
| Hex | 38 | 2A | 1C | 0 | 19 | 32 | 4E | 1E | 21 | 10 |
| Octal | 70 | 52 | 34 | 0 | 31 | 62 | 116 | 36 | 41 | 20 |
| Binary | 111000 | 101010 | 11100 | 0 | 11001 | 110010 | 1001110 | 11110 | 100001 | 10000 |
Color Harmonies of #382A1C
Complementary color
Monochromatic Colors of #382A1C
Black with #382A1C
Text Example
Text Example
White with #382A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A1C; }
p { color: rgb(56,42,28); }
H1.HeaderClassName
{
color: #382A1C;
}
.AnyTagClassName
{
color: #382A1C;
}
</style>
background-color css
<style>
a { background-color: #382A1C; }
a { background-color: rgb(56,42,28); }
div.DivClassName
{
background-color: #382A1C;
}
.BgClassName
{
background-color: #382A1C;
}
</style>
border-color css
<style>
span { border-color: #382A1C; }
span { border-color: rgb(56,42,28); }
td.TdClassName
{
border-color: #382A1C;
}
.TagClassName
{
border-color: #382A1C;
}
</style>