#281B14

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

Shades of Wood Bark #281B14

Tints of Wood Bark #281B14

Color information

#281B14 (or 0x281B14) is unknown color: approx Wood Bark. HEX triplet: 28, 1B and 14. RGB value is (40,27,20). Sum of RGB (Red+Green+Blue) = 40+27+20=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 40 - color contains mainly: red. Hex color #281B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B14 is #D7E4EB. Grayscale: #1E1E1E. Windows color (decimal): -14148844 or 1317672. OLE color: 1317672.

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

Color convert

RGB402720-
CMYK00.330.50.84
HSL21º33.33%11.76%-
HSV(B)21º50%15.69%-
XYZ1.391.290.84-
YUV30.09122.31135.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.98%
GREEN value IS 27 (10.94% from 255) = 31.03%
BLUE value IS 20 (8.20% from 255) = 22.99%
R=45.98%
G=31.03%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40272000.330.50.842133.3311.76
Hex281B1402132541521c
Octal50332404162124254114
Binary101000110111010001000011100101010100101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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