#25352F

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

Shades of Woodsmoke #25352F

Tints of Woodsmoke #25352F

Color information

#25352F (or 0x25352F) is unknown color: approx Woodsmoke. HEX triplet: 25, 35 and 2F. RGB value is (37,53,47). Sum of RGB (Red+Green+Blue) = 37+53+47=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 53 - color contains mainly: green. Hex color #25352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25352F is #DACAD0. Grayscale: #2F2F2F. Windows color (decimal): -14338769 or 3093797. OLE color: 3093797.

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

Color convert

RGB375347-
CMYK0.3000.110.79
HSL157.5º17.78%17.65%-
HSV(B)157.5º30.19%20.78%-
XYZ2.553.143.16-
YUV47.53127.7120.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.01%
GREEN value IS 53 (21.09% from 255) = 38.69%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=27.01%
G=38.69%
B=34.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3753470.3000.110.79157.517.7817.65
Hex25352F1E0B4F9e1212
Octal456557360131172362222
Binary10010111010110111111110010111001111100111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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