Shades of Cocoa Brown #382409
Tints of Cocoa Brown #382409
RGB
CMYK
RGB Variations
Color information
#382409 (or 0x382409) is known color: Cocoa Brown. HEX triplet: 38, 24 and 09. RGB value is (56,36,9). Sum of RGB (Red+Green+Blue) = 56+36+9=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #382409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382409 is #C7DBF6. Grayscale: #272727. Windows color (decimal): -13097975 or 599096. OLE color: 599096.
HSL color Cylindrical-coordinate representation of color #382409: hue angle of 34.47º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #382409 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 36 | 9 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.78 |
| HSL | 34.47º | 0.72% | 0.13% | - |
| HSV(B) | 34.47º | 0.84% | 0.22% | - |
| XYZ | 2.31 | 2.12 | 0.55 | - |
| YUV | 38.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 9 | 0 | 0.36 | 0.84 | 0.78 | 34.47 | 0.72 | 0.13 |
| Hex | 38 | 24 | 9 | 0 | 24 | 54 | 4E | 22 | 48 | D |
| Octal | 70 | 44 | 11 | 0 | 44 | 124 | 116 | 42 | 110 | 15 |
| Binary | 111000 | 100100 | 1001 | 0 | 100100 | 1010100 | 1001110 | 100010 | 1001000 | 1101 |
Color Harmonies of #382409
Complementary color
Monochromatic Colors of #382409
Black with #382409
Text Example
Text Example
White with #382409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382409; }
p { color: rgb(56,36,9); }
H1.HeaderClassName
{
color: #382409;
}
.AnyTagClassName
{
color: #382409;
}
</style>
background-color css
<style>
a { background-color: #382409; }
a { background-color: rgb(56,36,9); }
div.DivClassName
{
background-color: #382409;
}
.BgClassName
{
background-color: #382409;
}
</style>
border-color css
<style>
span { border-color: #382409; }
span { border-color: rgb(56,36,9); }
td.TdClassName
{
border-color: #382409;
}
.TagClassName
{
border-color: #382409;
}
</style>