Shades of Cocoa Brown #281B05
Tints of Cocoa Brown #281B05
RGB
CMYK
RGB Variations
Color information
#281B05 (or 0x281B05) is known color: Cocoa Brown. HEX triplet: 28, 1B and 05. RGB value is (40,27,5). Sum of RGB (Red+Green+Blue) = 40+27+5=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #281B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B05 is #D7E4FA. Grayscale: #1C1C1C. Windows color (decimal): -14148859 or 334632. OLE color: 334632.
HSL color Cylindrical-coordinate representation of color #281B05: hue angle of 37.71º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281B05 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
RGB | 40 | 27 | 5 | - |
CMYK | 0 | 0.33 | 0.88 | 0.84 |
HSL | 37.71º | 0.78% | 0.09% | - |
HSV(B) | 37.71º | 0.88% | 0.16% | - |
XYZ | 1.29 | 1.25 | 0.32 | - |
YUV | 28.38 | 114.81 | 136.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 27 | 5 | 0 | 0.33 | 0.88 | 0.84 | 37.71 | 0.78 | 0.09 |
Hex | 28 | 1B | 5 | 0 | 21 | 58 | 54 | 26 | 4E | 9 |
Octal | 50 | 33 | 5 | 0 | 41 | 130 | 124 | 46 | 116 | 11 |
Binary | 101000 | 11011 | 101 | 0 | 100001 | 1011000 | 1010100 | 100110 | 1001110 | 1001 |
Color Harmonies of #281B05
Complementary color
Monochromatic Colors of #281B05
Black with #281B05
Text Example
Text Example
White with #281B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B05; }
p { color: rgb(40,27,5); }
H1.HeaderClassName
{
color: #281B05;
}
.AnyTagClassName
{
color: #281B05;
}
</style>
background-color css
<style>
a { background-color: #281B05; }
a { background-color: rgb(40,27,5); }
div.DivClassName
{
background-color: #281B05;
}
.BgClassName
{
background-color: #281B05;
}
</style>
border-color css
<style>
span { border-color: #281B05; }
span { border-color: rgb(40,27,5); }
td.TdClassName
{
border-color: #281B05;
}
.TagClassName
{
border-color: #281B05;
}
</style>