Shades of Cocoa Brown #2D1402
Tints of Cocoa Brown #2D1402
RGB
CMYK
RGB Variations
Color information
#2D1402 (or 0x2D1402) is known color: Cocoa Brown. HEX triplet: 2D, 14 and 02. RGB value is (45,20,2). Sum of RGB (Red+Green+Blue) = 45+20+2=67 (8% of max value = 765). Red value is 45 (17.97% from 255 or 67.16% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1402 is #D2EBFD. Grayscale: #191919. Windows color (decimal): -13822974 or 136237. OLE color: 136237.
HSL color Cylindrical-coordinate representation of color #2D1402: hue angle of 25.12º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D1402 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 20 | 2 | - |
CMYK | 0 | 0.56 | 0.96 | 0.82 |
HSL | 25.12º | 0.91% | 0.09% | - |
HSV(B) | 25.12º | 0.96% | 0.18% | - |
XYZ | 1.34 | 1.06 | 0.19 | - |
YUV | 25.42 | 114.78 | 141.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 20 | 2 | 0 | 0.56 | 0.96 | 0.82 | 25.12 | 0.91 | 0.09 |
Hex | 2D | 14 | 2 | 0 | 38 | 60 | 52 | 19 | 5B | 9 |
Octal | 55 | 24 | 2 | 0 | 70 | 140 | 122 | 31 | 133 | 11 |
Binary | 101101 | 10100 | 10 | 0 | 111000 | 1100000 | 1010010 | 11001 | 1011011 | 1001 |
Color Harmonies of #2D1402
Complementary color
Monochromatic Colors of #2D1402
Black with #2D1402
Text Example
Text Example
White with #2D1402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1402; }
p { color: rgb(45,20,2); }
H1.HeaderClassName
{
color: #2D1402;
}
.AnyTagClassName
{
color: #2D1402;
}
</style>
background-color css
<style>
a { background-color: #2D1402; }
a { background-color: rgb(45,20,2); }
div.DivClassName
{
background-color: #2D1402;
}
.BgClassName
{
background-color: #2D1402;
}
</style>
border-color css
<style>
span { border-color: #2D1402; }
span { border-color: rgb(45,20,2); }
td.TdClassName
{
border-color: #2D1402;
}
.TagClassName
{
border-color: #2D1402;
}
</style>