#474326

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

Shades of Woodrush #474326

Tints of Woodrush #474326

Color information

#474326 (or 0x474326) is unknown color: approx Woodrush. HEX triplet: 47, 43 and 26. RGB value is (71,67,38). Sum of RGB (Red+Green+Blue) = 71+67+38=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #474326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474326 is #B8BCD9. Grayscale: #414141. Windows color (decimal): -12106970 or 2507591. OLE color: 2507591.

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

Color convert

RGB716738-
CMYK00.060.460.72
HSL52.73º30.28%21.37%-
HSV(B)52.73º46.48%27.84%-
XYZ4.965.492.63-
YUV64.89112.83132.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 67 (26.56% from 255) = 38.07%
BLUE value IS 38 (15.23% from 255) = 21.59%
R=40.34%
G=38.07%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71673800.060.460.7252.7330.2821.37
Hex474326062E48351e15
Octal107103460656110653625
Binary10001111000011100110011010111010010001101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474326; }

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

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

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

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

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

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

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

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