Shades of Cocoa Brown #35281E
Tints of Cocoa Brown #35281E
RGB
CMYK
RGB Variations
Color information
#35281E (or 0x35281E) is known color: Cocoa Brown. HEX triplet: 35, 28 and 1E. RGB value is (53,40,30). Sum of RGB (Red+Green+Blue) = 53+40+30=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #35281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35281E is #CAD7E1. Grayscale: #2A2A2A. Windows color (decimal): -13293538 or 1976373. OLE color: 1976373.
HSL color Cylindrical-coordinate representation of color #35281E: hue angle of 26.09º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35281E is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
RGB | 53 | 40 | 30 | - |
CMYK | 0 | 0.25 | 0.43 | 0.79 |
HSL | 26.09º | 0.28% | 0.16% | - |
HSV(B) | 26.09º | 0.43% | 0.21% | - |
XYZ | 2.46 | 2.37 | 1.56 | - |
YUV | 42.75 | 120.81 | 135.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 40 | 30 | 0 | 0.25 | 0.43 | 0.79 | 26.09 | 0.28 | 0.16 |
Hex | 35 | 28 | 1E | 0 | 19 | 2B | 4F | 1A | 1C | 10 |
Octal | 65 | 50 | 36 | 0 | 31 | 53 | 117 | 32 | 34 | 20 |
Binary | 110101 | 101000 | 11110 | 0 | 11001 | 101011 | 1001111 | 11010 | 11100 | 10000 |
Color Harmonies of #35281E
Complementary color
Monochromatic Colors of #35281E
Black with #35281E
Text Example
Text Example
White with #35281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35281E; }
p { color: rgb(53,40,30); }
H1.HeaderClassName
{
color: #35281E;
}
.AnyTagClassName
{
color: #35281E;
}
</style>
background-color css
<style>
a { background-color: #35281E; }
a { background-color: rgb(53,40,30); }
div.DivClassName
{
background-color: #35281E;
}
.BgClassName
{
background-color: #35281E;
}
</style>
border-color css
<style>
span { border-color: #35281E; }
span { border-color: rgb(53,40,30); }
td.TdClassName
{
border-color: #35281E;
}
.TagClassName
{
border-color: #35281E;
}
</style>