#281E10

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

Shades of Cocoa Brown #281E10

Tints of Cocoa Brown #281E10

Color information

#281E10 (or 0x281E10) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1E and 10. RGB value is (40,30,16). Sum of RGB (Red+Green+Blue) = 40+30+16=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #281E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281E10 is #D7E1EF. Grayscale: #1F1F1F. Windows color (decimal): -14148080 or 1056296. OLE color: 1056296.

HSL color Cylindrical-coordinate representation of color #281E10: hue angle of 35º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #281E10 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB403016-
CMYK00.250.600.84
HSL35º42.86%10.98%-
HSV(B)35º60%15.69%-
XYZ1.431.420.69-
YUV31.39119.31134.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 46.51%
GREEN value IS 30 (12.11% from 255) = 34.88%
BLUE value IS 16 (6.64% from 255) = 18.60%
R=46.51%
G=34.88%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40301600.250.600.843542.8610.98
Hex281E100193C54232bb
Octal50362003174124435313
Binary101000111101000001100111110010101001000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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