#281B12

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

Shades of Wood Bark #281B12

Tints of Wood Bark #281B12

Color information

#281B12 (or 0x281B12) is unknown color: approx Wood Bark. HEX triplet: 28, 1B and 12. RGB value is (40,27,18). Sum of RGB (Red+Green+Blue) = 40+27+18=85 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.06% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 40 - color contains mainly: red. Hex color #281B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B12 is #D7E4ED. Grayscale: #1D1D1D. Windows color (decimal): -14148846 or 1186600. OLE color: 1186600.

HSL color Cylindrical-coordinate representation of color #281B12: hue angle of 24.55º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #281B12 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB402718-
CMYK00.330.550.84
HSL24.55º37.93%11.37%-
HSV(B)24.55º55%15.69%-
XYZ1.381.280.75-
YUV29.86121.31135.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.06%
GREEN value IS 27 (10.94% from 255) = 31.76%
BLUE value IS 18 (7.42% from 255) = 21.18%
R=47.06%
G=31.76%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40271800.330.550.8424.5537.9311.37
Hex281B1202137541926b
Octal50332204167124314613
Binary101000110111001001000011101111010100110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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