Shades of Cocoa Brown #352618
Tints of Cocoa Brown #352618
RGB
CMYK
RGB Variations
Color information
#352618 (or 0x352618) is known color: Cocoa Brown. HEX triplet: 35, 26 and 18. RGB value is (53,38,24). Sum of RGB (Red+Green+Blue) = 53+38+24=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #352618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352618 is #CAD9E7. Grayscale: #282828. Windows color (decimal): -13294056 or 1582645. OLE color: 1582645.
HSL color Cylindrical-coordinate representation of color #352618: hue angle of 28.97º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #352618 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 38 | 24 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.79 |
| HSL | 28.97º | 0.38% | 0.15% | - |
| HSV(B) | 28.97º | 0.55% | 0.21% | - |
| XYZ | 2.33 | 2.21 | 1.17 | - |
| YUV | 40.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 24 | 0 | 0.28 | 0.55 | 0.79 | 28.97 | 0.38 | 0.15 |
| Hex | 35 | 26 | 18 | 0 | 1C | 37 | 4F | 1D | 26 | F |
| Octal | 65 | 46 | 30 | 0 | 34 | 67 | 117 | 35 | 46 | 17 |
| Binary | 110101 | 100110 | 11000 | 0 | 11100 | 110111 | 1001111 | 11101 | 100110 | 1111 |
Color Harmonies of #352618
Complementary color
Monochromatic Colors of #352618
Black with #352618
Text Example
Text Example
White with #352618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352618; }
p { color: rgb(53,38,24); }
H1.HeaderClassName
{
color: #352618;
}
.AnyTagClassName
{
color: #352618;
}
</style>
background-color css
<style>
a { background-color: #352618; }
a { background-color: rgb(53,38,24); }
div.DivClassName
{
background-color: #352618;
}
.BgClassName
{
background-color: #352618;
}
</style>
border-color css
<style>
span { border-color: #352618; }
span { border-color: rgb(53,38,24); }
td.TdClassName
{
border-color: #352618;
}
.TagClassName
{
border-color: #352618;
}
</style>