Shades of Cocoa Brown #38251A
Tints of Cocoa Brown #38251A
RGB
CMYK
RGB Variations
Color information
#38251A (or 0x38251A) is known color: Cocoa Brown. HEX triplet: 38, 25 and 1A. RGB value is (56,37,26). Sum of RGB (Red+Green+Blue) = 56+37+26=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38251A is #C7DAE5. Grayscale: #292929. Windows color (decimal): -13097702 or 1713464. OLE color: 1713464.
HSL color Cylindrical-coordinate representation of color #38251A: hue angle of 22º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38251A is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 37 | 26 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.78 |
| HSL | 22º | 0.37% | 0.16% | - |
| HSV(B) | 22º | 0.54% | 0.22% | - |
| XYZ | 2.48 | 2.24 | 1.28 | - |
| YUV | 41.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 26 | 0 | 0.34 | 0.54 | 0.78 | 22 | 0.37 | 0.16 |
| Hex | 38 | 25 | 1A | 0 | 22 | 36 | 4E | 16 | 25 | 10 |
| Octal | 70 | 45 | 32 | 0 | 42 | 66 | 116 | 26 | 45 | 20 |
| Binary | 111000 | 100101 | 11010 | 0 | 100010 | 110110 | 1001110 | 10110 | 100101 | 10000 |
Color Harmonies of #38251A
Complementary color
Monochromatic Colors of #38251A
Black with #38251A
Text Example
Text Example
White with #38251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38251A; }
p { color: rgb(56,37,26); }
H1.HeaderClassName
{
color: #38251A;
}
.AnyTagClassName
{
color: #38251A;
}
</style>
background-color css
<style>
a { background-color: #38251A; }
a { background-color: rgb(56,37,26); }
div.DivClassName
{
background-color: #38251A;
}
.BgClassName
{
background-color: #38251A;
}
</style>
border-color css
<style>
span { border-color: #38251A; }
span { border-color: rgb(56,37,26); }
td.TdClassName
{
border-color: #38251A;
}
.TagClassName
{
border-color: #38251A;
}
</style>