#25180E

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

Shades of Wood Bark #25180E

Tints of Wood Bark #25180E

Color information

#25180E (or 0x25180E) is unknown color: approx Wood Bark. HEX triplet: 25, 18 and 0E. RGB value is (37,24,14). Sum of RGB (Red+Green+Blue) = 37+24+14=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #25180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25180E is #DAE7F1. Grayscale: #1A1A1A. Windows color (decimal): -14346226 or 923685. OLE color: 923685.

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

Color convert

RGB372414-
CMYK00.350.620.85
HSL26.09º45.1%10%-
HSV(B)26.09º62.16%14.51%-
XYZ1.171.080.56-
YUV26.75120.81135.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 49.33%
GREEN value IS 24 (9.77% from 255) = 32%
BLUE value IS 14 (5.86% from 255) = 18.67%
R=49.33%
G=32%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37241400.350.620.8526.0945.110
Hex2518E0233E551a2da
Octal45301604376125325512
Binary10010111000111001000111111101010101110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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