#25140B

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

Shades of Wood Bark #25140B

Tints of Wood Bark #25140B

Color information

#25140B (or 0x25140B) is unknown color: approx Wood Bark. HEX triplet: 25, 14 and 0B. RGB value is (37,20,11). Sum of RGB (Red+Green+Blue) = 37+20+11=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #25140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25140B is #DAEBF4. Grayscale: #181818. Windows color (decimal): -14347253 or 726053. OLE color: 726053.

HSL color Cylindrical-coordinate representation of color #25140B: hue angle of 20.77º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25140B is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB372011-
CMYK00.460.700.85
HSL20.77º54.17%9.41%-
HSV(B)20.77º70.27%14.51%-
XYZ1.070.920.44-
YUV24.06120.63137.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 20 (8.20% from 255) = 29.41%
BLUE value IS 11 (4.69% from 255) = 16.18%
R=54.41%
G=29.41%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37201100.460.700.8520.7754.179.41
Hex2514B02E465515369
Octal452413056106125256611
Binary100101101001011010111010001101010101101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25140B; }

 p { color: rgb(37,20,11); }

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

<style>
 a { background-color: #25140B; }

 a { background-color: rgb(37,20,11); }

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

<style>
 span { border-color: #25140B; }

 span { border-color: rgb(37,20,11); }

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