Html Css Color HEX #28312E Woodsmoke

📋 copy color: '#28312E'

red 40 ◦ green 49 ◦ blue 46

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

Shades of Woodsmoke #28312E

Tints of Woodsmoke #28312E

RGB

 RED value IS 40 (16.02% from 255) = 29.63%

 GREEN value IS 49 (19.53% from 255) = 36.3%

 BLUE value IS 46 (18.36% from 255) = 34.07%

R = 29.63%
G = 36.3%
B = 34.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#28312E (or 0x28312E) is known color: Woodsmoke. HEX triplet: 28, 31 and 2E. RGB value is (40,49,46). Sum of RGB (Red+Green+Blue) = 40+49+46=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 49 - color contains mainly: green. Hex color #28312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28312E is #D7CED1. Grayscale: #2D2D2D. Windows color (decimal): -14143186 or 3027240. OLE color: 3027240.

HSL color Cylindrical-coordinate representation of color #28312E: hue angle of 160º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #28312E is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 49 46 -
CMYK 0.18 0 0.06 0.81
HSL 160º 0.1% 0.17% -
HSV(B) 160º 0.18% 0.19% -
XYZ 2.47 2.84 3 -
YUV 45.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 40 49 46 0.18 0 0.06 0.81 160 0.1 0.17
Hex 28 31 2E 12 0 6 51 A0 A 11
Octal 50 61 56 22 0 6 121 240 12 21
Binary 101000 110001 101110 10010 0 110 1010001 10100000 1010 10001

Color Harmonies of #28312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28312E

Black with #28312E

Text Example


Text Example

White with #28312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28312E;
 }
 .AnyTagClassName
 {
   color: #28312E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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