#26342F

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

Shades of Woodsmoke #26342F

Tints of Woodsmoke #26342F

Color information

#26342F (or 0x26342F) is unknown color: approx Woodsmoke. HEX triplet: 26, 34 and 2F. RGB value is (38,52,47). Sum of RGB (Red+Green+Blue) = 38+52+47=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 52 - color contains mainly: green. Hex color #26342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26342F is #D9CBD0. Grayscale: #2F2F2F. Windows color (decimal): -14273489 or 3093542. OLE color: 3093542.

HSL color Cylindrical-coordinate representation of color #26342F: hue angle of 158.57º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #26342F is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB385247-
CMYK0.2700.100.80
HSL158.57º15.56%17.65%-
HSV(B)158.57º26.92%20.39%-
XYZ2.543.073.15-
YUV47.24127.86121.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.74%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=27.74%
G=37.96%
B=34.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3852470.2700.100.80158.5715.5617.65
Hex26342F1B0A509f1012
Octal466457330121202372022
Binary10011011010010111111011010101010000100111111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26342F; }

 p { color: rgb(38,52,47); }

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

<style>
 a { background-color: #26342F; }

 a { background-color: rgb(38,52,47); }

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

<style>
 span { border-color: #26342F; }

 span { border-color: rgb(38,52,47); }

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