Html Css Color HEX #28322E Woodsmoke

📋 copy color: '#28322E'

red 40 ◦ green 50 ◦ blue 46

#28322E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodsmoke #28322E

Tints of Woodsmoke #28322E

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 value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#28322E (or 0x28322E) is known color: 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

RGB 40 50 46 -
CMYK 0.20 0 0.08 0.80
HSL 156º 0.11% 0.18% -
HSV(B) 156º 0.2% 0.2% -
XYZ 2.51 2.93 3.02 -
YUV 46.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 40 50 46 0.20 0 0.08 0.80 156 0.11 0.18
Hex 28 32 2E 14 0 8 50 9C B 12
Octal 50 62 56 24 0 10 120 234 13 22
Binary 101000 110010 101110 10100 0 1000 1010000 10011100 1011 10010

Color Harmonies of #28322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28322E

Black with #28322E

Text Example


Text Example

White with #28322E

Text Example


Text Example

HTML Codes & Css Web 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>