Html Css Color HEX #25160F Wood Bark

📋 copy color: '#25160F'

red 37 ◦ green 22 ◦ blue 15

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

Shades of Wood Bark #25160F

Tints of Wood Bark #25160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 29.73%

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

R = 50%
G = 29.73%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#25160F (or 0x25160F) is known color: Wood Bark. HEX triplet: 25, 16 and 0F. RGB value is (37,22,15). Sum of RGB (Red+Green+Blue) = 37+22+15=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #25160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25160F is #DAE9F0. Grayscale: #191919. Windows color (decimal): -14346737 or 988709. OLE color: 988709.

HSL color Cylindrical-coordinate representation of color #25160F: hue angle of 19.09º 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 #25160F is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 22 15 -
CMYK 0 0.41 0.59 0.85
HSL 19.09º 0.42% 0.1% -
HSV(B) 19.09º 0.59% 0.15% -
XYZ 1.14 1 0.59 -
YUV 25.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 37 22 15 0 0.41 0.59 0.85 19.09 0.42 0.1
Hex 25 16 F 0 29 3B 55 13 2A A
Octal 45 26 17 0 51 73 125 23 52 12
Binary 100101 10110 1111 0 101001 111011 1010101 10011 101010 1010

Color Harmonies of #25160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25160F

Black with #25160F

Text Example


Text Example

White with #25160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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