Shades of Cocoa Brown #281B0D
Tints of Cocoa Brown #281B0D
RGB
CMYK
RGB Variations
Color information
#281B0D (or 0x281B0D) is known color: Cocoa Brown. HEX triplet: 28, 1B and 0D. RGB value is (40,27,13). Sum of RGB (Red+Green+Blue) = 40+27+13=80 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 40 - color contains mainly: red. Hex color #281B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B0D is #D7E4F2. Grayscale: #1D1D1D. Windows color (decimal): -14148851 or 858920. OLE color: 858920.
HSL color Cylindrical-coordinate representation of color #281B0D: hue angle of 31.11º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #281B0D is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
RGB | 40 | 27 | 13 | - |
CMYK | 0 | 0.33 | 0.67 | 0.84 |
HSL | 31.11º | 0.51% | 0.1% | - |
HSV(B) | 31.11º | 0.68% | 0.16% | - |
XYZ | 1.34 | 1.26 | 0.55 | - |
YUV | 29.29 | 118.81 | 135.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 27 | 13 | 0 | 0.33 | 0.67 | 0.84 | 31.11 | 0.51 | 0.1 |
Hex | 28 | 1B | D | 0 | 21 | 43 | 54 | 1F | 33 | A |
Octal | 50 | 33 | 15 | 0 | 41 | 103 | 124 | 37 | 63 | 12 |
Binary | 101000 | 11011 | 1101 | 0 | 100001 | 1000011 | 1010100 | 11111 | 110011 | 1010 |
Color Harmonies of #281B0D
Complementary color
Monochromatic Colors of #281B0D
Black with #281B0D
Text Example
Text Example
White with #281B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B0D; }
p { color: rgb(40,27,13); }
H1.HeaderClassName
{
color: #281B0D;
}
.AnyTagClassName
{
color: #281B0D;
}
</style>
background-color css
<style>
a { background-color: #281B0D; }
a { background-color: rgb(40,27,13); }
div.DivClassName
{
background-color: #281B0D;
}
.BgClassName
{
background-color: #281B0D;
}
</style>
border-color css
<style>
span { border-color: #281B0D; }
span { border-color: rgb(40,27,13); }
td.TdClassName
{
border-color: #281B0D;
}
.TagClassName
{
border-color: #281B0D;
}
</style>