Shades of Cocoa Brown #35261A
Tints of Cocoa Brown #35261A
RGB
CMYK
RGB Variations
Color information
#35261A (or 0x35261A) is known color: Cocoa Brown. HEX triplet: 35, 26 and 1A. RGB value is (53,38,26). Sum of RGB (Red+Green+Blue) = 53+38+26=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #35261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35261A is #CAD9E5. Grayscale: #292929. Windows color (decimal): -13294054 or 1713717. OLE color: 1713717.
HSL color Cylindrical-coordinate representation of color #35261A: hue angle of 26.67º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35261A is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 38 | 26 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.79 |
| HSL | 26.67º | 0.34% | 0.15% | - |
| HSV(B) | 26.67º | 0.51% | 0.21% | - |
| XYZ | 2.35 | 2.22 | 1.28 | - |
| YUV | 41.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 26 | 0 | 0.28 | 0.51 | 0.79 | 26.67 | 0.34 | 0.15 |
| Hex | 35 | 26 | 1A | 0 | 1C | 33 | 4F | 1B | 22 | F |
| Octal | 65 | 46 | 32 | 0 | 34 | 63 | 117 | 33 | 42 | 17 |
| Binary | 110101 | 100110 | 11010 | 0 | 11100 | 110011 | 1001111 | 11011 | 100010 | 1111 |
Color Harmonies of #35261A
Complementary color
Monochromatic Colors of #35261A
Black with #35261A
Text Example
Text Example
White with #35261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35261A; }
p { color: rgb(53,38,26); }
H1.HeaderClassName
{
color: #35261A;
}
.AnyTagClassName
{
color: #35261A;
}
</style>
background-color css
<style>
a { background-color: #35261A; }
a { background-color: rgb(53,38,26); }
div.DivClassName
{
background-color: #35261A;
}
.BgClassName
{
background-color: #35261A;
}
</style>
border-color css
<style>
span { border-color: #35261A; }
span { border-color: rgb(53,38,26); }
td.TdClassName
{
border-color: #35261A;
}
.TagClassName
{
border-color: #35261A;
}
</style>