#323635

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

Shades of Woodsmoke #323635

Tints of Woodsmoke #323635

Color information

#323635 (or 0x323635) is unknown color: approx Woodsmoke. HEX triplet: 32, 36 and 35. RGB value is (50,54,53). Sum of RGB (Red+Green+Blue) = 50+54+53=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 54 - color contains mainly: green. Hex color #323635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323635 is #CDC9CA. Grayscale: #343434. Windows color (decimal): -13486539 or 3487282. OLE color: 3487282.

HSL color Cylindrical-coordinate representation of color #323635: hue angle of 165º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #323635 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB505453-
CMYK0.0700.020.79
HSL165º3.85%20.39%-
HSV(B)165º7.41%21.18%-
XYZ3.283.573.89-
YUV52.69128.17126.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 53 (21.09% from 255) = 33.76%
R=31.85%
G=34.39%
B=33.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5054530.0700.020.791653.8520.39
Hex3236357024Fa5414
Octal626665702117245424
Binary11001011011011010111101010011111010010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323635; }

 p { color: rgb(50,54,53); }

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

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

 a { background-color: rgb(50,54,53); }

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

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

 span { border-color: rgb(50,54,53); }

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