#474526

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

Shades of Woodrush #474526

Tints of Woodrush #474526

Color information

#474526 (or 0x474526) is unknown color: approx Woodrush. HEX triplet: 47, 45 and 26. RGB value is (71,69,38). Sum of RGB (Red+Green+Blue) = 71+69+38=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #474526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474526 is #B8BAD9. Grayscale: #424242. Windows color (decimal): -12106458 or 2508103. OLE color: 2508103.

HSL color Cylindrical-coordinate representation of color #474526: hue angle of 56.36º 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 #474526 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB716938-
CMYK00.030.460.72
HSL56.36º30.28%21.37%-
HSV(B)56.36º46.48%27.84%-
XYZ5.085.742.67-
YUV66.06112.16131.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 38 (15.23% from 255) = 21.35%
R=39.89%
G=38.76%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71693800.030.460.7256.3630.2821.37
Hex474526032E48381e15
Octal107105460356110703625
Binary1000111100010110011001110111010010001110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474526; }

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

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

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

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

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

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

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

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