#281E15

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

Shades of Cocoa Brown #281E15

Tints of Cocoa Brown #281E15

Color information

#281E15 (or 0x281E15) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1E and 15. RGB value is (40,30,21). Sum of RGB (Red+Green+Blue) = 40+30+21=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #281E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281E15 is #D7E1EA. Grayscale: #202020. Windows color (decimal): -14148075 or 1383976. OLE color: 1383976.

HSL color Cylindrical-coordinate representation of color #281E15: hue angle of 28.42º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #281E15 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB403021-
CMYK00.250.480.84
HSL28.42º31.15%11.96%-
HSV(B)28.42º47.5%15.69%-
XYZ1.471.430.91-
YUV31.96121.81133.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 30 (12.11% from 255) = 32.97%
BLUE value IS 21 (8.59% from 255) = 23.08%
R=43.96%
G=32.97%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40302100.250.480.8428.4231.1511.96
Hex281E1501930541c1fc
Octal50362503160124343714
Binary1010001111010101011001110000101010011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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