#282220

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

Shades of Wood Bark #282220

Tints of Wood Bark #282220

Color information

#282220 (or 0x282220) is unknown color: approx Wood Bark. HEX triplet: 28, 22 and 20. RGB value is (40,34,32). Sum of RGB (Red+Green+Blue) = 40+34+32=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 40 - color contains mainly: red. Hex color #282220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282220 is #D7DDDF. Grayscale: #232323. Windows color (decimal): -14147040 or 2105896. OLE color: 2105896.

HSL color Cylindrical-coordinate representation of color #282220: hue angle of 15º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #282220 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB403432-
CMYK00.150.200.84
HSL15º11.11%14.12%-
HSV(B)15º20%15.69%-
XYZ1.711.71.6-
YUV35.57125.99131.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.74%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=37.74%
G=32.08%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40343200.150.200.841511.1114.12
Hex2822200F1454fbe
Octal50424001724124171316
Binary10100010001010000001111101001010100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282220; }

 p { color: rgb(40,34,32); }

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

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

 a { background-color: rgb(40,34,32); }

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

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

 span { border-color: rgb(40,34,32); }

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