#281B11

Color #281B11 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #281B11

Tints of Cocoa Brown #281B11

Color information

#281B11 (or 0x281B11) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1B and 11. RGB value is (40,27,17). Sum of RGB (Red+Green+Blue) = 40+27+17=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #281B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B11 is #D7E4EE. Grayscale: #1D1D1D. Windows color (decimal): -14148847 or 1121064. OLE color: 1121064.

HSL color Cylindrical-coordinate representation of color #281B11: hue angle of 26.09º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #281B11 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB402717-
CMYK00.330.570.84
HSL26.09º40.35%11.18%-
HSV(B)26.09º57.5%15.69%-
XYZ1.371.280.7-
YUV29.75120.81135.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 47.62%
GREEN value IS 27 (10.94% from 255) = 32.14%
BLUE value IS 17 (7.03% from 255) = 20.24%
R=47.62%
G=32.14%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40271700.330.570.8426.0940.3511.18
Hex281B1102139541a28b
Octal50332104171124325013
Binary101000110111000101000011110011010100110101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281B11; }

 p { color: rgb(40,27,17); }

 H1.HeaderClassName
 {
   color: #281B11;
 }
 .AnyTagClassName
 {
   color: #281B11;
 }
</style>
background-color css

<style>
 a { background-color: #281B11; }

 a { background-color: rgb(40,27,17); }

 div.DivClassName
 {
   background-color: #281B11;
 }
 .BgClassName
 {
   background-color: #281B11;
 }
</style>
border-color css

<style>
 span { border-color: #281B11; }

 span { border-color: rgb(40,27,17); }

 td.TdClassName
 {
   border-color: #281B11;
 }
 .TagClassName
 {
   border-color: #281B11;
 }
</style>