Shades of Cocoa Brown #38250A
Tints of Cocoa Brown #38250A
RGB
CMYK
RGB Variations
Color information
#38250A (or 0x38250A) is known color: Cocoa Brown. HEX triplet: 38, 25 and 0A. RGB value is (56,37,10). Sum of RGB (Red+Green+Blue) = 56+37+10=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38250A is #C7DAF5. Grayscale: #272727. Windows color (decimal): -13097718 or 664888. OLE color: 664888.
HSL color Cylindrical-coordinate representation of color #38250A: hue angle of 35.22º 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 #38250A is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 37 | 10 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.78 |
| HSL | 35.22º | 0.7% | 0.13% | - |
| HSV(B) | 35.22º | 0.82% | 0.22% | - |
| XYZ | 2.35 | 2.19 | 0.59 | - |
| YUV | 39.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 10 | 0 | 0.34 | 0.82 | 0.78 | 35.22 | 0.7 | 0.13 |
| Hex | 38 | 25 | A | 0 | 22 | 52 | 4E | 23 | 46 | D |
| Octal | 70 | 45 | 12 | 0 | 42 | 122 | 116 | 43 | 106 | 15 |
| Binary | 111000 | 100101 | 1010 | 0 | 100010 | 1010010 | 1001110 | 100011 | 1000110 | 1101 |
Color Harmonies of #38250A
Complementary color
Monochromatic Colors of #38250A
Black with #38250A
Text Example
Text Example
White with #38250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38250A; }
p { color: rgb(56,37,10); }
H1.HeaderClassName
{
color: #38250A;
}
.AnyTagClassName
{
color: #38250A;
}
</style>
background-color css
<style>
a { background-color: #38250A; }
a { background-color: rgb(56,37,10); }
div.DivClassName
{
background-color: #38250A;
}
.BgClassName
{
background-color: #38250A;
}
</style>
border-color css
<style>
span { border-color: #38250A; }
span { border-color: rgb(56,37,10); }
td.TdClassName
{
border-color: #38250A;
}
.TagClassName
{
border-color: #38250A;
}
</style>