#26352F

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

Shades of Woodsmoke #26352F

Tints of Woodsmoke #26352F

Color information

#26352F (or 0x26352F) is unknown color: approx Woodsmoke. HEX triplet: 26, 35 and 2F. RGB value is (38,53,47). Sum of RGB (Red+Green+Blue) = 38+53+47=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 53 - color contains mainly: green. Hex color #26352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26352F is #D9CAD0. Grayscale: #2F2F2F. Windows color (decimal): -14273233 or 3093798. OLE color: 3093798.

HSL color Cylindrical-coordinate representation of color #26352F: hue angle of 156º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #26352F is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB385347-
CMYK0.2800.110.79
HSL156º16.48%17.84%-
HSV(B)156º28.3%20.78%-
XYZ2.593.163.16-
YUV47.83127.53120.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.54%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=27.54%
G=38.41%
B=34.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3853470.2800.110.7915616.4817.84
Hex26352F1C0B4F9c1012
Octal466557340131172342022
Binary10011011010110111111100010111001111100111001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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