#281D16

Color #281D16 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #281D16

Tints of Wood Bark #281D16

Color information

#281D16 (or 0x281D16) is unknown color: approx Wood Bark. HEX triplet: 28, 1D and 16. RGB value is (40,29,22). Sum of RGB (Red+Green+Blue) = 40+29+22=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #281D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281D16 is #D7E2E9. Grayscale: #1F1F1F. Windows color (decimal): -14148330 or 1449256. OLE color: 1449256.

HSL color Cylindrical-coordinate representation of color #281D16: hue angle of 23.33º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #281D16 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB402922-
CMYK00.280.450.84
HSL23.33º29.03%12.16%-
HSV(B)23.33º45%15.69%-
XYZ1.461.390.95-
YUV31.49122.64134.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 29 (11.72% from 255) = 31.87%
BLUE value IS 22 (8.98% from 255) = 24.18%
R=43.96%
G=31.87%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40292200.280.450.8423.3329.0312.16
Hex281D1601C2D54171dc
Octal50352603455124273514
Binary1010001110110110011100101101101010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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