Shades of Cocoa Brown #35250D
Tints of Cocoa Brown #35250D
RGB
CMYK
RGB Variations
Color information
#35250D (or 0x35250D) is known color: Cocoa Brown. HEX triplet: 35, 25 and 0D. RGB value is (53,37,13). Sum of RGB (Red+Green+Blue) = 53+37+13=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #35250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35250D is #CADAF2. Grayscale: #272727. Windows color (decimal): -13294323 or 861493. OLE color: 861493.
HSL color Cylindrical-coordinate representation of color #35250D: hue angle of 36º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35250D is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 37 | 13 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.79 |
| HSL | 36º | 0.61% | 0.13% | - |
| HSV(B) | 36º | 0.75% | 0.21% | - |
| XYZ | 2.2 | 2.11 | 0.67 | - |
| YUV | 39.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 13 | 0 | 0.30 | 0.75 | 0.79 | 36 | 0.61 | 0.13 |
| Hex | 35 | 25 | D | 0 | 1E | 4B | 4F | 24 | 3D | D |
| Octal | 65 | 45 | 15 | 0 | 36 | 113 | 117 | 44 | 75 | 15 |
| Binary | 110101 | 100101 | 1101 | 0 | 11110 | 1001011 | 1001111 | 100100 | 111101 | 1101 |
Color Harmonies of #35250D
Complementary color
Monochromatic Colors of #35250D
Black with #35250D
Text Example
Text Example
White with #35250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35250D; }
p { color: rgb(53,37,13); }
H1.HeaderClassName
{
color: #35250D;
}
.AnyTagClassName
{
color: #35250D;
}
</style>
background-color css
<style>
a { background-color: #35250D; }
a { background-color: rgb(53,37,13); }
div.DivClassName
{
background-color: #35250D;
}
.BgClassName
{
background-color: #35250D;
}
</style>
border-color css
<style>
span { border-color: #35250D; }
span { border-color: rgb(53,37,13); }
td.TdClassName
{
border-color: #35250D;
}
.TagClassName
{
border-color: #35250D;
}
</style>