Html Css Color HEX #25180F Wood Bark

📋 copy color: '#25180F'

red 37 ◦ green 24 ◦ blue 15

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

Shades of Wood Bark #25180F

Tints of Wood Bark #25180F

RGB

 RED value IS 37 (14.84% from 255) = 48.68%

 GREEN value IS 24 (9.77% from 255) = 31.58%

 BLUE value IS 15 (6.25% from 255) = 19.74%

R = 48.68%
G = 31.58%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#25180F (or 0x25180F) is known color: Wood Bark. HEX triplet: 25, 18 and 0F. RGB value is (37,24,15). Sum of RGB (Red+Green+Blue) = 37+24+15=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #25180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25180F is #DAE7F0. Grayscale: #1A1A1A. Windows color (decimal): -14346225 or 989221. OLE color: 989221.

HSL color Cylindrical-coordinate representation of color #25180F: hue angle of 24.55º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25180F is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 24 15 -
CMYK 0 0.35 0.59 0.85
HSL 24.55º 0.42% 0.1% -
HSV(B) 24.55º 0.59% 0.15% -
XYZ 1.18 1.08 0.6 -
YUV 26.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 37 24 15 0 0.35 0.59 0.85 24.55 0.42 0.1
Hex 25 18 F 0 23 3B 55 19 2A A
Octal 45 30 17 0 43 73 125 31 52 12
Binary 100101 11000 1111 0 100011 111011 1010101 11001 101010 1010

Color Harmonies of #25180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25180F

Black with #25180F

Text Example


Text Example

White with #25180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,24,15); }

 H1.HeaderClassName
 {
   color: #25180F;
 }
 .AnyTagClassName
 {
   color: #25180F;
 }
</style>

background-color css

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

 a { background-color: rgb(37,24,15); }

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

border-color css

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

 span { border-color: rgb(37,24,15); }

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