Shades of Cocoa Brown #382505
Tints of Cocoa Brown #382505
RGB
CMYK
RGB Variations
Color information
#382505 (or 0x382505) is known color: Cocoa Brown. HEX triplet: 38, 25 and 05. RGB value is (56,37,5). Sum of RGB (Red+Green+Blue) = 56+37+5=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #382505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382505 is #C7DAFA. Grayscale: #272727. Windows color (decimal): -13097723 or 337208. OLE color: 337208.
HSL color Cylindrical-coordinate representation of color #382505: hue angle of 37.65º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #382505 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 37 | 5 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.78 |
| HSL | 37.65º | 0.84% | 0.12% | - |
| HSV(B) | 37.65º | 0.91% | 0.22% | - |
| XYZ | 2.32 | 2.17 | 0.44 | - |
| YUV | 39.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 5 | 0 | 0.34 | 0.91 | 0.78 | 37.65 | 0.84 | 0.12 |
| Hex | 38 | 25 | 5 | 0 | 22 | 5B | 4E | 26 | 54 | C |
| Octal | 70 | 45 | 5 | 0 | 42 | 133 | 116 | 46 | 124 | 14 |
| Binary | 111000 | 100101 | 101 | 0 | 100010 | 1011011 | 1001110 | 100110 | 1010100 | 1100 |
Color Harmonies of #382505
Complementary color
Monochromatic Colors of #382505
Black with #382505
Text Example
Text Example
White with #382505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382505; }
p { color: rgb(56,37,5); }
H1.HeaderClassName
{
color: #382505;
}
.AnyTagClassName
{
color: #382505;
}
</style>
background-color css
<style>
a { background-color: #382505; }
a { background-color: rgb(56,37,5); }
div.DivClassName
{
background-color: #382505;
}
.BgClassName
{
background-color: #382505;
}
</style>
border-color css
<style>
span { border-color: #382505; }
span { border-color: rgb(56,37,5); }
td.TdClassName
{
border-color: #382505;
}
.TagClassName
{
border-color: #382505;
}
</style>