#28211E

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

Shades of Wood Bark #28211E

Tints of Wood Bark #28211E

Color information

#28211E (or 0x28211E) is unknown color: approx Wood Bark. HEX triplet: 28, 21 and 1E. RGB value is (40,33,30). Sum of RGB (Red+Green+Blue) = 40+33+30=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 40 - color contains mainly: red. Hex color #28211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28211E is #D7DEE1. Grayscale: #222222. Windows color (decimal): -14147298 or 1974568. OLE color: 1974568.

HSL color Cylindrical-coordinate representation of color #28211E: hue angle of 18º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #28211E is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB403330-
CMYK00.170.250.84
HSL18º14.29%13.73%-
HSV(B)18º25%15.69%-
XYZ1.651.631.46-
YUV34.75125.32131.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.83%
GREEN value IS 33 (13.28% from 255) = 32.04%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=38.83%
G=32.04%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40333000.170.250.841814.2913.73
Hex28211E011195412ee
Octal50413602131124221616
Binary101000100001111100100011100110101001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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