#281E11

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

Shades of Cocoa Brown #281E11

Tints of Cocoa Brown #281E11

Color information

#281E11 (or 0x281E11) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1E and 11. RGB value is (40,30,17). Sum of RGB (Red+Green+Blue) = 40+30+17=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 40 - color contains mainly: red. Hex color #281E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281E11 is #D7E1EE. Grayscale: #1F1F1F. Windows color (decimal): -14148079 or 1121832. OLE color: 1121832.

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

Color convert

RGB403017-
CMYK00.250.570.84
HSL33.91º40.35%11.18%-
HSV(B)33.91º57.5%15.69%-
XYZ1.441.420.73-
YUV31.51119.81134.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.98%
GREEN value IS 30 (12.11% from 255) = 34.48%
BLUE value IS 17 (7.03% from 255) = 19.54%
R=45.98%
G=34.48%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40301700.250.570.8433.9140.3511.18
Hex281E1101939542228b
Octal50362103171124425013
Binary101000111101000101100111100110101001000101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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