#25201E

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

Shades of Wood Bark #25201E

Tints of Wood Bark #25201E

Color information

#25201E (or 0x25201E) is unknown color: approx Wood Bark. HEX triplet: 25, 20 and 1E. RGB value is (37,32,30). Sum of RGB (Red+Green+Blue) = 37+32+30=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 37 - color contains mainly: red. Hex color #25201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25201E is #DADFE1. Grayscale: #212121. Windows color (decimal): -14344162 or 1974309. OLE color: 1974309.

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

Color convert

RGB373230-
CMYK00.140.190.85
HSL17.14º10.45%13.14%-
HSV(B)17.14º18.92%14.51%-
XYZ1.511.521.44-
YUV33.27126.16130.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=37.37%
G=32.32%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37323000.140.190.8517.1410.4513.14
Hex25201E0E135511ad
Octal45403601623125211215
Binary10010110000011110011101001110101011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,32,30); }

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

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

 a { background-color: rgb(37,32,30); }

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

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

 span { border-color: rgb(37,32,30); }

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