#281D11

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

Shades of Cocoa Brown #281D11

Tints of Cocoa Brown #281D11

Color information

#281D11 (or 0x281D11) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1D and 11. RGB value is (40,29,17). Sum of RGB (Red+Green+Blue) = 40+29+17=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #281D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281D11 is #D7E2EE. Grayscale: #1E1E1E. Windows color (decimal): -14148335 or 1121576. OLE color: 1121576.

HSL color Cylindrical-coordinate representation of color #281D11: hue angle of 31.3º 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 #281D11 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB402917-
CMYK00.280.570.84
HSL31.3º40.35%11.18%-
HSV(B)31.3º57.5%15.69%-
XYZ1.421.370.72-
YUV30.92120.14134.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 46.51%
GREEN value IS 29 (11.72% from 255) = 33.72%
BLUE value IS 17 (7.03% from 255) = 19.77%
R=46.51%
G=33.72%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40291700.280.570.8431.340.3511.18
Hex281D1101C39541f28b
Octal50352103471124375013
Binary10100011101100010111001110011010100111111010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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