Shades of Cocoa Brown #38281C
Tints of Cocoa Brown #38281C
RGB
CMYK
RGB Variations
Color information
#38281C (or 0x38281C) is known color: Cocoa Brown. HEX triplet: 38, 28 and 1C. RGB value is (56,40,28). Sum of RGB (Red+Green+Blue) = 56+40+28=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #38281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38281C is #C7D7E3. Grayscale: #2B2B2B. Windows color (decimal): -13096932 or 1845304. OLE color: 1845304.
HSL color Cylindrical-coordinate representation of color #38281C: hue angle of 25.71º 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 #38281C is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 40 | 28 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.78 |
| HSL | 25.71º | 0.33% | 0.16% | - |
| HSV(B) | 25.71º | 0.5% | 0.22% | - |
| XYZ | 2.6 | 2.44 | 1.43 | - |
| YUV | 43.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 28 | 0 | 0.29 | 0.50 | 0.78 | 25.71 | 0.33 | 0.16 |
| Hex | 38 | 28 | 1C | 0 | 1D | 32 | 4E | 1A | 21 | 10 |
| Octal | 70 | 50 | 34 | 0 | 35 | 62 | 116 | 32 | 41 | 20 |
| Binary | 111000 | 101000 | 11100 | 0 | 11101 | 110010 | 1001110 | 11010 | 100001 | 10000 |
Color Harmonies of #38281C
Complementary color
Monochromatic Colors of #38281C
Black with #38281C
Text Example
Text Example
White with #38281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38281C; }
p { color: rgb(56,40,28); }
H1.HeaderClassName
{
color: #38281C;
}
.AnyTagClassName
{
color: #38281C;
}
</style>
background-color css
<style>
a { background-color: #38281C; }
a { background-color: rgb(56,40,28); }
div.DivClassName
{
background-color: #38281C;
}
.BgClassName
{
background-color: #38281C;
}
</style>
border-color css
<style>
span { border-color: #38281C; }
span { border-color: rgb(56,40,28); }
td.TdClassName
{
border-color: #38281C;
}
.TagClassName
{
border-color: #38281C;
}
</style>