Html Css Color HEX #25352F Woodsmoke

📋 copy color: '#25352F'

red 37 ◦ green 53 ◦ blue 47

#25352F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodsmoke #25352F

Tints of Woodsmoke #25352F

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 value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#25352F (or 0x25352F) is known color: 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

RGB 37 53 47 -
CMYK 0.30 0 0.11 0.79
HSL 157.5º 0.18% 0.18% -
HSV(B) 157.5º 0.3% 0.21% -
XYZ 2.55 3.14 3.16 -
YUV 47.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 37 53 47 0.30 0 0.11 0.79 157.5 0.18 0.18
Hex 25 35 2F 1E 0 B 4F 9E 12 12
Octal 45 65 57 36 0 13 117 236 22 22
Binary 100101 110101 101111 11110 0 1011 1001111 10011110 10010 10010

Color Harmonies of #25352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25352F

Black with #25352F

Text Example


Text Example

White with #25352F

Text Example


Text Example

HTML Codes & Css Web 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>