#26322E

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

Shades of Woodsmoke #26322E

Tints of Woodsmoke #26322E

Color information

#26322E (or 0x26322E) is unknown color: approx Woodsmoke. HEX triplet: 26, 32 and 2E. RGB value is (38,50,46). Sum of RGB (Red+Green+Blue) = 38+50+46=134 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.36% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 50 - color contains mainly: green. Hex color #26322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26322E is #D9CDD1. Grayscale: #2D2D2D. Windows color (decimal): -14274002 or 3027494. OLE color: 3027494.

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

Color convert

RGB385046-
CMYK0.2400.080.80
HSL160º13.64%17.25%-
HSV(B)160º24%19.61%-
XYZ2.432.893.01-
YUV45.96128.02122.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.36%
GREEN value IS 50 (19.92% from 255) = 37.31%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=28.36%
G=37.31%
B=34.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3850460.2400.080.8016013.6417.25
Hex26322E180850a0e11
Octal466256300101202401621
Binary1001101100101011101100001000101000010100000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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