Shades of Cocoa Brown #38200F
Tints of Cocoa Brown #38200F
RGB
CMYK
RGB Variations
Color information
#38200F (or 0x38200F) is known color: Cocoa Brown. HEX triplet: 38, 20 and 0F. RGB value is (56,32,15). Sum of RGB (Red+Green+Blue) = 56+32+15=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38200F is #C7DFF0. Grayscale: #252525. Windows color (decimal): -13098993 or 991288. OLE color: 991288.
HSL color Cylindrical-coordinate representation of color #38200F: hue angle of 24.88º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38200F is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 32 | 15 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.78 |
| HSL | 24.88º | 0.58% | 0.14% | - |
| HSV(B) | 24.88º | 0.73% | 0.22% | - |
| XYZ | 2.23 | 1.91 | 0.7 | - |
| YUV | 37.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 32 | 15 | 0 | 0.43 | 0.73 | 0.78 | 24.88 | 0.58 | 0.14 |
| Hex | 38 | 20 | F | 0 | 2B | 49 | 4E | 19 | 3A | E |
| Octal | 70 | 40 | 17 | 0 | 53 | 111 | 116 | 31 | 72 | 16 |
| Binary | 111000 | 100000 | 1111 | 0 | 101011 | 1001001 | 1001110 | 11001 | 111010 | 1110 |
Color Harmonies of #38200F
Complementary color
Monochromatic Colors of #38200F
Black with #38200F
Text Example
Text Example
White with #38200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38200F; }
p { color: rgb(56,32,15); }
H1.HeaderClassName
{
color: #38200F;
}
.AnyTagClassName
{
color: #38200F;
}
</style>
background-color css
<style>
a { background-color: #38200F; }
a { background-color: rgb(56,32,15); }
div.DivClassName
{
background-color: #38200F;
}
.BgClassName
{
background-color: #38200F;
}
</style>
border-color css
<style>
span { border-color: #38200F; }
span { border-color: rgb(56,32,15); }
td.TdClassName
{
border-color: #38200F;
}
.TagClassName
{
border-color: #38200F;
}
</style>