#281C19

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

Shades of Wood Bark #281C19

Tints of Wood Bark #281C19

Color information

#281C19 (or 0x281C19) is unknown color: approx Wood Bark. HEX triplet: 28, 1C and 19. RGB value is (40,28,25). Sum of RGB (Red+Green+Blue) = 40+28+25=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 40 - color contains mainly: red. Hex color #281C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281C19 is #D7E3E6. Grayscale: #1F1F1F. Windows color (decimal): -14148583 or 1645608. OLE color: 1645608.

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

Color convert

RGB402825-
CMYK00.300.380.84
HSL12º23.08%12.75%-
HSV(B)12º37.5%15.69%-
XYZ1.471.351.1-
YUV31.25124.48134.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.01%
GREEN value IS 28 (11.33% from 255) = 30.11%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=43.01%
G=30.11%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40282500.300.380.841223.0812.75
Hex281C1901E2654c17d
Octal50343103646124142715
Binary101000111001100101111010011010101001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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