#281B16

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

Shades of Wood Bark #281B16

Tints of Wood Bark #281B16

Color information

#281B16 (or 0x281B16) is unknown color: approx Wood Bark. HEX triplet: 28, 1B and 16. RGB value is (40,27,22). Sum of RGB (Red+Green+Blue) = 40+27+22=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #281B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B16 is #D7E4E9. Grayscale: #1E1E1E. Windows color (decimal): -14148842 or 1448744. OLE color: 1448744.

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

Color convert

RGB402722-
CMYK00.330.450.84
HSL16.67º29.03%12.16%-
HSV(B)16.67º45%15.69%-
XYZ1.411.290.93-
YUV30.32123.31134.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.94%
GREEN value IS 27 (10.94% from 255) = 30.34%
BLUE value IS 22 (8.98% from 255) = 24.72%
R=44.94%
G=30.34%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40272200.330.450.8416.6729.0312.16
Hex281B160212D54111dc
Octal50332604155124213514
Binary10100011011101100100001101101101010010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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