Shades of Cocoa Brown #2D231A
Tints of Cocoa Brown #2D231A
RGB
CMYK
RGB Variations
Color information
#2D231A (or 0x2D231A) is known color: Cocoa Brown. HEX triplet: 2D, 23 and 1A. RGB value is (45,35,26). Sum of RGB (Red+Green+Blue) = 45+35+26=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 45 - color contains mainly: red. Hex color #2D231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D231A is #D2DCE5. Grayscale: #252525. Windows color (decimal): -13819110 or 1712941. OLE color: 1712941.
HSL color Cylindrical-coordinate representation of color #2D231A: hue angle of 28.42º degrees, saturation: 0.27, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D231A is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 35 | 26 | - |
CMYK | 0 | 0.22 | 0.42 | 0.82 |
HSL | 28.42º | 0.27% | 0.14% | - |
HSV(B) | 28.42º | 0.42% | 0.18% | - |
XYZ | 1.87 | 1.83 | 1.23 | - |
YUV | 36.96 | 121.81 | 133.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 35 | 26 | 0 | 0.22 | 0.42 | 0.82 | 28.42 | 0.27 | 0.14 |
Hex | 2D | 23 | 1A | 0 | 16 | 2A | 52 | 1C | 1B | E |
Octal | 55 | 43 | 32 | 0 | 26 | 52 | 122 | 34 | 33 | 16 |
Binary | 101101 | 100011 | 11010 | 0 | 10110 | 101010 | 1010010 | 11100 | 11011 | 1110 |
Color Harmonies of #2D231A
Complementary color
Monochromatic Colors of #2D231A
Black with #2D231A
Text Example
Text Example
White with #2D231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D231A; }
p { color: rgb(45,35,26); }
H1.HeaderClassName
{
color: #2D231A;
}
.AnyTagClassName
{
color: #2D231A;
}
</style>
background-color css
<style>
a { background-color: #2D231A; }
a { background-color: rgb(45,35,26); }
div.DivClassName
{
background-color: #2D231A;
}
.BgClassName
{
background-color: #2D231A;
}
</style>
border-color css
<style>
span { border-color: #2D231A; }
span { border-color: rgb(45,35,26); }
td.TdClassName
{
border-color: #2D231A;
}
.TagClassName
{
border-color: #2D231A;
}
</style>