#281409

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

Shades of Wood Bark #281409

Tints of Wood Bark #281409

Color information

#281409 (or 0x281409) is unknown color: approx Wood Bark. HEX triplet: 28, 14 and 09. RGB value is (40,20,9). Sum of RGB (Red+Green+Blue) = 40+20+9=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #281409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281409 is #D7EBF6. Grayscale: #181818. Windows color (decimal): -14150647 or 594984. OLE color: 594984.

HSL color Cylindrical-coordinate representation of color #281409: hue angle of 21.29º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #281409 is Cyan = 0, Magento = 0.5, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB40209-
CMYK00.50.780.84
HSL21.29º63.27%9.61%-
HSV(B)21.29º77.5%15.69%-
XYZ1.170.970.38-
YUV24.73119.13138.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.97%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 9 (3.91% from 255) = 13.04%
R=57.97%
G=28.99%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4020900.50.780.8421.2963.279.61
Hex281490324E54153fa
Octal502411062116124257712
Binary101000101001001011001010011101010100101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281409; }

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

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

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

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

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

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

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

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