#281D0C

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

Shades of Cocoa Brown #281D0C

Tints of Cocoa Brown #281D0C

Color information

#281D0C (or 0x281D0C) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1D and 0C. RGB value is (40,29,12). Sum of RGB (Red+Green+Blue) = 40+29+12=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #281D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281D0C is #D7E2F3. Grayscale: #1E1E1E. Windows color (decimal): -14148340 or 793896. OLE color: 793896.

HSL color Cylindrical-coordinate representation of color #281D0C: hue angle of 36.43º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #281D0C is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB402912-
CMYK00.280.700.84
HSL36.43º53.85%10.2%-
HSV(B)36.43º70%15.69%-
XYZ1.381.360.54-
YUV30.35117.64134.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 49.38%
GREEN value IS 29 (11.72% from 255) = 35.80%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=49.38%
G=35.80%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40291200.280.700.8436.4353.8510.2
Hex281DC01C46542436a
Octal503514034106124446612
Binary101000111011100011100100011010101001001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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