#281A14

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

Shades of Wood Bark #281A14

Tints of Wood Bark #281A14

Color information

#281A14 (or 0x281A14) is unknown color: approx Wood Bark. HEX triplet: 28, 1A and 14. RGB value is (40,26,20). Sum of RGB (Red+Green+Blue) = 40+26+20=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #281A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A14 is #D7E5EB. Grayscale: #1D1D1D. Windows color (decimal): -14149100 or 1317416. OLE color: 1317416.

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

Color convert

RGB402620-
CMYK00.350.50.84
HSL18º33.33%11.76%-
HSV(B)18º50%15.69%-
XYZ1.371.240.83-
YUV29.5122.64135.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 46.51%
GREEN value IS 26 (10.55% from 255) = 30.23%
BLUE value IS 20 (8.20% from 255) = 23.26%
R=46.51%
G=30.23%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40262000.350.50.841833.3311.76
Hex281A1402332541221c
Octal50322404362124224114
Binary101000110101010001000111100101010100100101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,26,20); }

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

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

 a { background-color: rgb(40,26,20); }

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

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

 span { border-color: rgb(40,26,20); }

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