Shades of Cocoa Brown #38271A
Tints of Cocoa Brown #38271A
RGB
CMYK
RGB Variations
Color information
#38271A (or 0x38271A) is known color: Cocoa Brown. HEX triplet: 38, 27 and 1A. RGB value is (56,39,26). Sum of RGB (Red+Green+Blue) = 56+39+26=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38271A is #C7D8E5. Grayscale: #2A2A2A. Windows color (decimal): -13097190 or 1713976. OLE color: 1713976.
HSL color Cylindrical-coordinate representation of color #38271A: hue angle of 26º 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 #38271A is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 39 | 26 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.78 |
| HSL | 26º | 0.37% | 0.16% | - |
| HSV(B) | 26º | 0.54% | 0.22% | - |
| XYZ | 2.54 | 2.37 | 1.3 | - |
| YUV | 42.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 26 | 0 | 0.30 | 0.54 | 0.78 | 26 | 0.37 | 0.16 |
| Hex | 38 | 27 | 1A | 0 | 1E | 36 | 4E | 1A | 25 | 10 |
| Octal | 70 | 47 | 32 | 0 | 36 | 66 | 116 | 32 | 45 | 20 |
| Binary | 111000 | 100111 | 11010 | 0 | 11110 | 110110 | 1001110 | 11010 | 100101 | 10000 |
Color Harmonies of #38271A
Complementary color
Monochromatic Colors of #38271A
Black with #38271A
Text Example
Text Example
White with #38271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38271A; }
p { color: rgb(56,39,26); }
H1.HeaderClassName
{
color: #38271A;
}
.AnyTagClassName
{
color: #38271A;
}
</style>
background-color css
<style>
a { background-color: #38271A; }
a { background-color: rgb(56,39,26); }
div.DivClassName
{
background-color: #38271A;
}
.BgClassName
{
background-color: #38271A;
}
</style>
border-color css
<style>
span { border-color: #38271A; }
span { border-color: rgb(56,39,26); }
td.TdClassName
{
border-color: #38271A;
}
.TagClassName
{
border-color: #38271A;
}
</style>