#252120

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

Shades of Wood Bark #252120

Tints of Wood Bark #252120

Color information

#252120 (or 0x252120) is unknown color: approx Wood Bark. HEX triplet: 25, 21 and 20. RGB value is (37,33,32). Sum of RGB (Red+Green+Blue) = 37+33+32=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 37 - color contains mainly: red. Hex color #252120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252120 is #DADEDF. Grayscale: #222222. Windows color (decimal): -14343904 or 2105637. OLE color: 2105637.

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

Color convert

RGB373332-
CMYK00.110.140.85
HSL12º7.25%13.53%-
HSV(B)12º13.51%14.51%-
XYZ1.571.591.59-
YUV34.08126.83130.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.27%
GREEN value IS 33 (13.28% from 255) = 32.35%
BLUE value IS 32 (12.89% from 255) = 31.37%
R=36.27%
G=32.35%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37333200.110.140.85127.2513.53
Hex2521200BE55c7e
Octal4541400131612514716
Binary100101100001100000010111110101010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252120; }

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

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

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

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

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

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

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

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