Shades of Cocoa Brown #351E0A
Tints of Cocoa Brown #351E0A
RGB
CMYK
RGB Variations
Color information
#351E0A (or 0x351E0A) is known color: Cocoa Brown. HEX triplet: 35, 1E and 0A. RGB value is (53,30,10). Sum of RGB (Red+Green+Blue) = 53+30+10=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #351E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E0A is #CAE1F5. Grayscale: #222222. Windows color (decimal): -13296118 or 663093. OLE color: 663093.
HSL color Cylindrical-coordinate representation of color #351E0A: hue angle of 27.91º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #351E0A is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 30 | 10 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.79 |
| HSL | 27.91º | 0.68% | 0.12% | - |
| HSV(B) | 27.91º | 0.81% | 0.21% | - |
| XYZ | 1.99 | 1.71 | 0.51 | - |
| YUV | 34.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 10 | 0 | 0.43 | 0.81 | 0.79 | 27.91 | 0.68 | 0.12 |
| Hex | 35 | 1E | A | 0 | 2B | 51 | 4F | 1C | 44 | C |
| Octal | 65 | 36 | 12 | 0 | 53 | 121 | 117 | 34 | 104 | 14 |
| Binary | 110101 | 11110 | 1010 | 0 | 101011 | 1010001 | 1001111 | 11100 | 1000100 | 1100 |
Color Harmonies of #351E0A
Complementary color
Monochromatic Colors of #351E0A
Black with #351E0A
Text Example
Text Example
White with #351E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351E0A; }
p { color: rgb(53,30,10); }
H1.HeaderClassName
{
color: #351E0A;
}
.AnyTagClassName
{
color: #351E0A;
}
</style>
background-color css
<style>
a { background-color: #351E0A; }
a { background-color: rgb(53,30,10); }
div.DivClassName
{
background-color: #351E0A;
}
.BgClassName
{
background-color: #351E0A;
}
</style>
border-color css
<style>
span { border-color: #351E0A; }
span { border-color: rgb(53,30,10); }
td.TdClassName
{
border-color: #351E0A;
}
.TagClassName
{
border-color: #351E0A;
}
</style>