#28322E

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

Shades of Woodsmoke #28322E

Tints of Woodsmoke #28322E

Color information

#28322E (or 0x28322E) is unknown color: approx Woodsmoke. HEX triplet: 28, 32 and 2E. RGB value is (40,50,46). Sum of RGB (Red+Green+Blue) = 40+50+46=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 50 - color contains mainly: green. Hex color #28322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28322E is #D7CDD1. Grayscale: #2E2E2E. Windows color (decimal): -14142930 or 3027496. OLE color: 3027496.

HSL color Cylindrical-coordinate representation of color #28322E: hue angle of 156º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #28322E is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB405046-
CMYK0.2000.080.80
HSL156º11.11%17.65%-
HSV(B)156º20%19.61%-
XYZ2.512.933.02-
YUV46.55127.69123.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.41%
GREEN value IS 50 (19.92% from 255) = 36.76%
BLUE value IS 46 (18.36% from 255) = 33.82%
R=29.41%
G=36.76%
B=33.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4050460.2000.080.8015611.1117.65
Hex28322E1408509cb12
Octal506256240101202341322
Binary1010001100101011101010001000101000010011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,50,46); }

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

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

 a { background-color: rgb(40,50,46); }

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

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

 span { border-color: rgb(40,50,46); }

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