#28221F

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

Shades of Wood Bark #28221F

Tints of Wood Bark #28221F

Color information

#28221F (or 0x28221F) is unknown color: approx Wood Bark. HEX triplet: 28, 22 and 1F. RGB value is (40,34,31). Sum of RGB (Red+Green+Blue) = 40+34+31=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 40 - color contains mainly: red. Hex color #28221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28221F is #D7DDE0. Grayscale: #232323. Windows color (decimal): -14147041 or 2040360. OLE color: 2040360.

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

Color convert

RGB403431-
CMYK00.150.220.84
HSL20º12.68%13.92%-
HSV(B)20º22.5%15.69%-
XYZ1.691.691.53-
YUV35.45125.49131.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.10%
GREEN value IS 34 (13.67% from 255) = 32.38%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=38.10%
G=32.38%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40343100.150.220.842012.6813.92
Hex28221F0F165414de
Octal50423701726124241516
Binary10100010001011111011111011010101001010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28221F; }

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

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

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

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

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

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

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

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