Shades of Cocoa Brown #281A02
Tints of Cocoa Brown #281A02
RGB
CMYK
RGB Variations
Color information
#281A02 (or 0x281A02) is known color: Cocoa Brown. HEX triplet: 28, 1A and 02. RGB value is (40,26,2). Sum of RGB (Red+Green+Blue) = 40+26+2=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #281A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A02 is #D7E5FD. Grayscale: #1B1B1B. Windows color (decimal): -14149118 or 137768. OLE color: 137768.
HSL color Cylindrical-coordinate representation of color #281A02: hue angle of 37.89º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #281A02 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 26 | 2 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.84 |
| HSL | 37.89º | 0.9% | 0.08% | - |
| HSV(B) | 37.89º | 0.95% | 0.16% | - |
| XYZ | 1.26 | 1.19 | 0.22 | - |
| YUV | 27.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 2 | 0 | 0.35 | 0.95 | 0.84 | 37.89 | 0.9 | 0.08 |
| Hex | 28 | 1A | 2 | 0 | 23 | 5F | 54 | 26 | 5A | 8 |
| Octal | 50 | 32 | 2 | 0 | 43 | 137 | 124 | 46 | 132 | 10 |
| Binary | 101000 | 11010 | 10 | 0 | 100011 | 1011111 | 1010100 | 100110 | 1011010 | 1000 |
Color Harmonies of #281A02
Complementary color
Monochromatic Colors of #281A02
Black with #281A02
Text Example
Text Example
White with #281A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A02; }
p { color: rgb(40,26,2); }
H1.HeaderClassName
{
color: #281A02;
}
.AnyTagClassName
{
color: #281A02;
}
</style>
background-color css
<style>
a { background-color: #281A02; }
a { background-color: rgb(40,26,2); }
div.DivClassName
{
background-color: #281A02;
}
.BgClassName
{
background-color: #281A02;
}
</style>
border-color css
<style>
span { border-color: #281A02; }
span { border-color: rgb(40,26,2); }
td.TdClassName
{
border-color: #281A02;
}
.TagClassName
{
border-color: #281A02;
}
</style>