#292625

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

Shades of Wood Bark #292625

Tints of Wood Bark #292625

Color information

#292625 (or 0x292625) is unknown color: approx Wood Bark. HEX triplet: 29, 26 and 25. RGB value is (41,38,37). Sum of RGB (Red+Green+Blue) = 41+38+37=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 41 - color contains mainly: red. Hex color #292625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292625 is #D6D9DA. Grayscale: #262626. Windows color (decimal): -14080475 or 2434601. OLE color: 2434601.

HSL color Cylindrical-coordinate representation of color #292625: hue angle of 15º degrees, saturation: 0.05, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #292625 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB413837-
CMYK00.070.100.84
HSL15º5.13%15.29%-
HSV(B)15º9.76%16.08%-
XYZ1.941.992.03-
YUV38.78126.99129.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.34%
GREEN value IS 38 (15.23% from 255) = 32.76%
BLUE value IS 37 (14.84% from 255) = 31.90%
R=35.34%
G=32.76%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41383700.070.100.84155.1315.29
Hex29262507A54f5f
Octal514645071212417517
Binary10100110011010010101111010101010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292625; }

 p { color: rgb(41,38,37); }

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

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

 a { background-color: rgb(41,38,37); }

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

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

 span { border-color: rgb(41,38,37); }

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