Shades of Cocoa Brown #38230C
Tints of Cocoa Brown #38230C
RGB
CMYK
RGB Variations
Color information
#38230C (or 0x38230C) is known color: Cocoa Brown. HEX triplet: 38, 23 and 0C. RGB value is (56,35,12). Sum of RGB (Red+Green+Blue) = 56+35+12=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38230C is #C7DCF3. Grayscale: #262626. Windows color (decimal): -13098228 or 795448. OLE color: 795448.
HSL color Cylindrical-coordinate representation of color #38230C: hue angle of 31.36º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38230C is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 35 | 12 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.78 |
| HSL | 31.36º | 0.65% | 0.13% | - |
| HSV(B) | 31.36º | 0.79% | 0.22% | - |
| XYZ | 2.3 | 2.07 | 0.63 | - |
| YUV | 38.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 12 | 0 | 0.37 | 0.79 | 0.78 | 31.36 | 0.65 | 0.13 |
| Hex | 38 | 23 | C | 0 | 25 | 4F | 4E | 1F | 41 | D |
| Octal | 70 | 43 | 14 | 0 | 45 | 117 | 116 | 37 | 101 | 15 |
| Binary | 111000 | 100011 | 1100 | 0 | 100101 | 1001111 | 1001110 | 11111 | 1000001 | 1101 |
Color Harmonies of #38230C
Complementary color
Monochromatic Colors of #38230C
Black with #38230C
Text Example
Text Example
White with #38230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38230C; }
p { color: rgb(56,35,12); }
H1.HeaderClassName
{
color: #38230C;
}
.AnyTagClassName
{
color: #38230C;
}
</style>
background-color css
<style>
a { background-color: #38230C; }
a { background-color: rgb(56,35,12); }
div.DivClassName
{
background-color: #38230C;
}
.BgClassName
{
background-color: #38230C;
}
</style>
border-color css
<style>
span { border-color: #38230C; }
span { border-color: rgb(56,35,12); }
td.TdClassName
{
border-color: #38230C;
}
.TagClassName
{
border-color: #38230C;
}
</style>