#281C16

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

Shades of Wood Bark #281C16

Tints of Wood Bark #281C16

Color information

#281C16 (or 0x281C16) is unknown color: approx Wood Bark. HEX triplet: 28, 1C and 16. RGB value is (40,28,22). Sum of RGB (Red+Green+Blue) = 40+28+22=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #281C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281C16 is #D7E3E9. Grayscale: #1E1E1E. Windows color (decimal): -14148586 or 1449000. OLE color: 1449000.

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

Color convert

RGB402822-
CMYK00.300.450.84
HSL20º29.03%12.16%-
HSV(B)20º45%15.69%-
XYZ1.441.340.94-
YUV30.9122.98134.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.44%
GREEN value IS 28 (11.33% from 255) = 31.11%
BLUE value IS 22 (8.98% from 255) = 24.44%
R=44.44%
G=31.11%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40282200.300.450.842029.0312.16
Hex281C1601E2D54141dc
Octal50342603655124243514
Binary1010001110010110011110101101101010010100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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