#26312D

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

Shades of Woodsmoke #26312D

Tints of Woodsmoke #26312D

Color information

#26312D (or 0x26312D) is unknown color: approx Woodsmoke. HEX triplet: 26, 31 and 2D. RGB value is (38,49,45). Sum of RGB (Red+Green+Blue) = 38+49+45=132 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.79% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 49 - color contains mainly: green. Hex color #26312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26312D is #D9CED2. Grayscale: #2D2D2D. Windows color (decimal): -14274259 or 2961702. OLE color: 2961702.

HSL color Cylindrical-coordinate representation of color #26312D: hue angle of 158.18º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #26312D is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB384945-
CMYK0.2200.080.81
HSL158.18º12.64%17.06%-
HSV(B)158.18º22.45%19.22%-
XYZ2.372.82.9-
YUV45.26127.86122.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.79%
GREEN value IS 49 (19.53% from 255) = 37.12%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=28.79%
G=37.12%
B=34.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3849450.2200.080.81158.1812.6417.06
Hex26312D1608519ed11
Octal466155260101212361521
Binary1001101100011011011011001000101000110011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26312D; }

 p { color: rgb(38,49,45); }

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

<style>
 a { background-color: #26312D; }

 a { background-color: rgb(38,49,45); }

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

<style>
 span { border-color: #26312D; }

 span { border-color: rgb(38,49,45); }

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