#25342F

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

Shades of Woodsmoke #25342F

Tints of Woodsmoke #25342F

Color information

#25342F (or 0x25342F) is unknown color: approx Woodsmoke. HEX triplet: 25, 34 and 2F. RGB value is (37,52,47). Sum of RGB (Red+Green+Blue) = 37+52+47=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 52 - color contains mainly: green. Hex color #25342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25342F is #DACBD0. Grayscale: #2E2E2E. Windows color (decimal): -14339025 or 3093541. OLE color: 3093541.

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

Color convert

RGB375247-
CMYK0.2900.100.80
HSL160º16.85%17.45%-
HSV(B)160º28.85%20.39%-
XYZ2.53.053.15-
YUV46.94128.03120.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.21%
GREEN value IS 52 (20.70% from 255) = 38.24%
BLUE value IS 47 (18.75% from 255) = 34.56%
R=27.21%
G=38.24%
B=34.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3752470.2900.100.8016016.8517.45
Hex25342F1D0A50a01111
Octal456457350121202402121
Binary10010111010010111111101010101010000101000001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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