#281D10

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

Shades of Cocoa Brown #281D10

Tints of Cocoa Brown #281D10

Color information

#281D10 (or 0x281D10) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1D and 10. RGB value is (40,29,16). Sum of RGB (Red+Green+Blue) = 40+29+16=85 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.06% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 40 - color contains mainly: red. Hex color #281D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281D10 is #D7E2EF. Grayscale: #1E1E1E. Windows color (decimal): -14148336 or 1056040. OLE color: 1056040.

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

Color convert

RGB402916-
CMYK00.280.600.84
HSL32.5º42.86%10.98%-
HSV(B)32.5º60%15.69%-
XYZ1.411.370.68-
YUV30.81119.64134.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.06%
GREEN value IS 29 (11.72% from 255) = 34.12%
BLUE value IS 16 (6.64% from 255) = 18.82%
R=47.06%
G=34.12%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40291600.280.600.8432.542.8610.98
Hex281D1001C3C54202bb
Octal50352003474124405313
Binary101000111011000001110011110010101001000001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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