Shades of Cocoa Brown #38220A
Tints of Cocoa Brown #38220A
RGB
CMYK
RGB Variations
Color information
#38220A (or 0x38220A) is known color: Cocoa Brown. HEX triplet: 38, 22 and 0A. RGB value is (56,34,10). Sum of RGB (Red+Green+Blue) = 56+34+10=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #38220A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38220A is #C7DDF5. Grayscale: #252525. Windows color (decimal): -13098486 or 664120. OLE color: 664120.
HSL color Cylindrical-coordinate representation of color #38220A: hue angle of 31.3º 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 #38220A is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 34 | 10 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.78 |
| HSL | 31.3º | 0.7% | 0.13% | - |
| HSV(B) | 31.3º | 0.82% | 0.22% | - |
| XYZ | 2.26 | 2.01 | 0.56 | - |
| YUV | 37.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 10 | 0 | 0.39 | 0.82 | 0.78 | 31.3 | 0.7 | 0.13 |
| Hex | 38 | 22 | A | 0 | 27 | 52 | 4E | 1F | 46 | D |
| Octal | 70 | 42 | 12 | 0 | 47 | 122 | 116 | 37 | 106 | 15 |
| Binary | 111000 | 100010 | 1010 | 0 | 100111 | 1010010 | 1001110 | 11111 | 1000110 | 1101 |
Color Harmonies of #38220A
Complementary color
Monochromatic Colors of #38220A
Black with #38220A
Text Example
Text Example
White with #38220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38220A; }
p { color: rgb(56,34,10); }
H1.HeaderClassName
{
color: #38220A;
}
.AnyTagClassName
{
color: #38220A;
}
</style>
background-color css
<style>
a { background-color: #38220A; }
a { background-color: rgb(56,34,10); }
div.DivClassName
{
background-color: #38220A;
}
.BgClassName
{
background-color: #38220A;
}
</style>
border-color css
<style>
span { border-color: #38220A; }
span { border-color: rgb(56,34,10); }
td.TdClassName
{
border-color: #38220A;
}
.TagClassName
{
border-color: #38220A;
}
</style>