#474426

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

Shades of Woodrush #474426

Tints of Woodrush #474426

Color information

#474426 (or 0x474426) is unknown color: approx Woodrush. HEX triplet: 47, 44 and 26. RGB value is (71,68,38). Sum of RGB (Red+Green+Blue) = 71+68+38=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #474426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474426 is #B8BBD9. Grayscale: #414141. Windows color (decimal): -12106714 or 2507847. OLE color: 2507847.

HSL color Cylindrical-coordinate representation of color #474426: hue angle of 54.55º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #474426 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB716838-
CMYK00.040.460.72
HSL54.55º30.28%21.37%-
HSV(B)54.55º46.48%27.84%-
XYZ5.025.612.65-
YUV65.48112.49131.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 38 (15.23% from 255) = 21.47%
R=40.11%
G=38.42%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71683800.040.460.7254.5530.2821.37
Hex474426042E48371e15
Octal107104460456110673625
Binary10001111000100100110010010111010010001101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474426; }

 p { color: rgb(71,68,38); }

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

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

 a { background-color: rgb(71,68,38); }

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

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

 span { border-color: rgb(71,68,38); }

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