Shades of Cocoa Brown #351A02
Tints of Cocoa Brown #351A02
RGB
CMYK
RGB Variations
Color information
#351A02 (or 0x351A02) is known color: Cocoa Brown. HEX triplet: 35, 1A and 02. RGB value is (53,26,2). Sum of RGB (Red+Green+Blue) = 53+26+2=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #351A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351A02 is #CAE5FD. Grayscale: #1F1F1F. Windows color (decimal): -13297150 or 137781. OLE color: 137781.
HSL color Cylindrical-coordinate representation of color #351A02: hue angle of 28.24º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #351A02 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 26 | 2 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.79 |
| HSL | 28.24º | 0.93% | 0.11% | - |
| HSV(B) | 28.24º | 0.96% | 0.21% | - |
| XYZ | 1.85 | 1.5 | 0.25 | - |
| YUV | 31.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 2 | 0 | 0.51 | 0.96 | 0.79 | 28.24 | 0.93 | 0.11 |
| Hex | 35 | 1A | 2 | 0 | 33 | 60 | 4F | 1C | 5D | B |
| Octal | 65 | 32 | 2 | 0 | 63 | 140 | 117 | 34 | 135 | 13 |
| Binary | 110101 | 11010 | 10 | 0 | 110011 | 1100000 | 1001111 | 11100 | 1011101 | 1011 |
Color Harmonies of #351A02
Complementary color
Monochromatic Colors of #351A02
Black with #351A02
Text Example
Text Example
White with #351A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A02; }
p { color: rgb(53,26,2); }
H1.HeaderClassName
{
color: #351A02;
}
.AnyTagClassName
{
color: #351A02;
}
</style>
background-color css
<style>
a { background-color: #351A02; }
a { background-color: rgb(53,26,2); }
div.DivClassName
{
background-color: #351A02;
}
.BgClassName
{
background-color: #351A02;
}
</style>
border-color css
<style>
span { border-color: #351A02; }
span { border-color: rgb(53,26,2); }
td.TdClassName
{
border-color: #351A02;
}
.TagClassName
{
border-color: #351A02;
}
</style>