Shades of Cocoa Brown #382302
Tints of Cocoa Brown #382302
RGB
CMYK
RGB Variations
Color information
#382302 (or 0x382302) is known color: Cocoa Brown. HEX triplet: 38, 23 and 02. RGB value is (56,35,2). Sum of RGB (Red+Green+Blue) = 56+35+2=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #382302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382302 is #C7DCFD. Grayscale: #252525. Windows color (decimal): -13098238 or 140088. OLE color: 140088.
HSL color Cylindrical-coordinate representation of color #382302: hue angle of 36.67º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #382302 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 35 | 2 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.78 |
| HSL | 36.67º | 0.93% | 0.11% | - |
| HSV(B) | 36.67º | 0.96% | 0.22% | - |
| XYZ | 2.24 | 2.05 | 0.33 | - |
| YUV | 37.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 2 | 0 | 0.37 | 0.96 | 0.78 | 36.67 | 0.93 | 0.11 |
| Hex | 38 | 23 | 2 | 0 | 25 | 60 | 4E | 25 | 5D | B |
| Octal | 70 | 43 | 2 | 0 | 45 | 140 | 116 | 45 | 135 | 13 |
| Binary | 111000 | 100011 | 10 | 0 | 100101 | 1100000 | 1001110 | 100101 | 1011101 | 1011 |
Color Harmonies of #382302
Complementary color
Monochromatic Colors of #382302
Black with #382302
Text Example
Text Example
White with #382302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382302; }
p { color: rgb(56,35,2); }
H1.HeaderClassName
{
color: #382302;
}
.AnyTagClassName
{
color: #382302;
}
</style>
background-color css
<style>
a { background-color: #382302; }
a { background-color: rgb(56,35,2); }
div.DivClassName
{
background-color: #382302;
}
.BgClassName
{
background-color: #382302;
}
</style>
border-color css
<style>
span { border-color: #382302; }
span { border-color: rgb(56,35,2); }
td.TdClassName
{
border-color: #382302;
}
.TagClassName
{
border-color: #382302;
}
</style>