#25180F

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

Shades of Wood Bark #25180F

Tints of Wood Bark #25180F

Color information

#25180F (or 0x25180F) is unknown color: approx 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

RGB372415-
CMYK00.350.590.85
HSL24.55º42.31%10.2%-
HSV(B)24.55º59.46%14.51%-
XYZ1.181.080.6-
YUV26.86121.31135.23-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37241500.350.590.8524.5542.3110.2
Hex2518F0233B55192aa
Octal45301704373125315212
Binary10010111000111101000111110111010101110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>