Shades of Cocoa Brown #351B00
Tints of Cocoa Brown #351B00
RGB
CMYK
RGB Variations
Color information
#351B00 (or 0x351B00) is known color: Cocoa Brown. HEX triplet: 35, 1B and 00. RGB value is (53,27,0). Sum of RGB (Red+Green+Blue) = 53+27+0=80 (10% of max value = 765). Red value is 53 (21.09% from 255 or 66.25% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 53 - color contains mainly: red. Hex color #351B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351B00 is #CAE4FF. Grayscale: #1F1F1F. Windows color (decimal): -13296896 or 6965. OLE color: 6965.
HSL color Cylindrical-coordinate representation of color #351B00: hue angle of 30.57º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #351B00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 27 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.79 |
| HSL | 30.57º | 1% | 0.1% | - |
| HSV(B) | 30.57º | 1% | 0.21% | - |
| XYZ | 1.86 | 1.54 | 0.2 | - |
| YUV | 31.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 0 | 0 | 0.49 | 1 | 0.79 | 30.57 | 1 | 0.1 |
| Hex | 35 | 1B | 0 | 0 | 31 | 64 | 4F | 1F | 64 | A |
| Octal | 65 | 33 | 0 | 0 | 61 | 144 | 117 | 37 | 144 | 12 |
| Binary | 110101 | 11011 | 0 | 0 | 110001 | 1100100 | 1001111 | 11111 | 1100100 | 1010 |
Color Harmonies of #351B00
Complementary color
Monochromatic Colors of #351B00
Black with #351B00
Text Example
Text Example
White with #351B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351B00; }
p { color: rgb(53,27,0); }
H1.HeaderClassName
{
color: #351B00;
}
.AnyTagClassName
{
color: #351B00;
}
</style>
background-color css
<style>
a { background-color: #351B00; }
a { background-color: rgb(53,27,0); }
div.DivClassName
{
background-color: #351B00;
}
.BgClassName
{
background-color: #351B00;
}
</style>
border-color css
<style>
span { border-color: #351B00; }
span { border-color: rgb(53,27,0); }
td.TdClassName
{
border-color: #351B00;
}
.TagClassName
{
border-color: #351B00;
}
</style>