#281E19

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

Shades of Wood Bark #281E19

Tints of Wood Bark #281E19

Color information

#281E19 (or 0x281E19) is unknown color: approx Wood Bark. HEX triplet: 28, 1E and 19. RGB value is (40,30,25). Sum of RGB (Red+Green+Blue) = 40+30+25=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 40 - color contains mainly: red. Hex color #281E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281E19 is #D7E1E6. Grayscale: #202020. Windows color (decimal): -14148071 or 1646120. OLE color: 1646120.

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

Color convert

RGB403025-
CMYK00.250.380.84
HSL20º23.08%12.75%-
HSV(B)20º37.5%15.69%-
XYZ1.511.451.12-
YUV32.42123.81133.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.11%
GREEN value IS 30 (12.11% from 255) = 31.58%
BLUE value IS 25 (10.16% from 255) = 26.32%
R=42.11%
G=31.58%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40302500.250.380.842023.0812.75
Hex281E1901926541417d
Octal50363103146124242715
Binary1010001111011001011001100110101010010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,30,25); }

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

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

 a { background-color: rgb(40,30,25); }

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

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

 span { border-color: rgb(40,30,25); }

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