Shades of Cocoa Brown #351F02
Tints of Cocoa Brown #351F02
RGB
CMYK
RGB Variations
Color information
#351F02 (or 0x351F02) is known color: Cocoa Brown. HEX triplet: 35, 1F and 02. RGB value is (53,31,2). Sum of RGB (Red+Green+Blue) = 53+31+2=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #351F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F02 is #CAE0FD. Grayscale: #222222. Windows color (decimal): -13295870 or 139061. OLE color: 139061.
HSL color Cylindrical-coordinate representation of color #351F02: hue angle of 34.12º 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 #351F02 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 31 | 2 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.79 |
| HSL | 34.12º | 0.93% | 0.11% | - |
| HSV(B) | 34.12º | 0.96% | 0.21% | - |
| XYZ | 1.97 | 1.74 | 0.29 | - |
| YUV | 34.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 2 | 0 | 0.42 | 0.96 | 0.79 | 34.12 | 0.93 | 0.11 |
| Hex | 35 | 1F | 2 | 0 | 2A | 60 | 4F | 22 | 5D | B |
| Octal | 65 | 37 | 2 | 0 | 52 | 140 | 117 | 42 | 135 | 13 |
| Binary | 110101 | 11111 | 10 | 0 | 101010 | 1100000 | 1001111 | 100010 | 1011101 | 1011 |
Color Harmonies of #351F02
Complementary color
Monochromatic Colors of #351F02
Black with #351F02
Text Example
Text Example
White with #351F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351F02; }
p { color: rgb(53,31,2); }
H1.HeaderClassName
{
color: #351F02;
}
.AnyTagClassName
{
color: #351F02;
}
</style>
background-color css
<style>
a { background-color: #351F02; }
a { background-color: rgb(53,31,2); }
div.DivClassName
{
background-color: #351F02;
}
.BgClassName
{
background-color: #351F02;
}
</style>
border-color css
<style>
span { border-color: #351F02; }
span { border-color: rgb(53,31,2); }
td.TdClassName
{
border-color: #351F02;
}
.TagClassName
{
border-color: #351F02;
}
</style>