#28211F

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

Shades of Wood Bark #28211F

Tints of Wood Bark #28211F

Color information

#28211F (or 0x28211F) is unknown color: approx Wood Bark. HEX triplet: 28, 21 and 1F. RGB value is (40,33,31). Sum of RGB (Red+Green+Blue) = 40+33+31=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 40 - color contains mainly: red. Hex color #28211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28211F is #D7DEE0. Grayscale: #222222. Windows color (decimal): -14147297 or 2040104. OLE color: 2040104.

HSL color Cylindrical-coordinate representation of color #28211F: hue angle of 13.33º 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 #28211F is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB403331-
CMYK00.170.220.84
HSL13.33º12.68%13.92%-
HSV(B)13.33º22.5%15.69%-
XYZ1.671.641.52-
YUV34.86125.82131.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.46%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=38.46%
G=31.73%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40333100.170.220.8413.3312.6813.92
Hex28211F0111654dde
Octal50413702126124151516
Binary10100010000111111010001101101010100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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