Shades of Cocoa Brown #38230A
Tints of Cocoa Brown #38230A
RGB
CMYK
RGB Variations
Color information
#38230A (or 0x38230A) is known color: Cocoa Brown. HEX triplet: 38, 23 and 0A. RGB value is (56,35,10). Sum of RGB (Red+Green+Blue) = 56+35+10=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #38230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38230A is #C7DCF5. Grayscale: #262626. Windows color (decimal): -13098230 or 664376. OLE color: 664376.
HSL color Cylindrical-coordinate representation of color #38230A: hue angle of 32.61º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38230A is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 35 | 10 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.78 |
| HSL | 32.61º | 0.7% | 0.13% | - |
| HSV(B) | 32.61º | 0.82% | 0.22% | - |
| XYZ | 2.29 | 2.06 | 0.57 | - |
| YUV | 38.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 10 | 0 | 0.37 | 0.82 | 0.78 | 32.61 | 0.7 | 0.13 |
| Hex | 38 | 23 | A | 0 | 25 | 52 | 4E | 21 | 46 | D |
| Octal | 70 | 43 | 12 | 0 | 45 | 122 | 116 | 41 | 106 | 15 |
| Binary | 111000 | 100011 | 1010 | 0 | 100101 | 1010010 | 1001110 | 100001 | 1000110 | 1101 |
Color Harmonies of #38230A
Complementary color
Monochromatic Colors of #38230A
Black with #38230A
Text Example
Text Example
White with #38230A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38230A; }
p { color: rgb(56,35,10); }
H1.HeaderClassName
{
color: #38230A;
}
.AnyTagClassName
{
color: #38230A;
}
</style>
background-color css
<style>
a { background-color: #38230A; }
a { background-color: rgb(56,35,10); }
div.DivClassName
{
background-color: #38230A;
}
.BgClassName
{
background-color: #38230A;
}
</style>
border-color css
<style>
span { border-color: #38230A; }
span { border-color: rgb(56,35,10); }
td.TdClassName
{
border-color: #38230A;
}
.TagClassName
{
border-color: #38230A;
}
</style>