#474324

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

Shades of Woodrush #474324

Tints of Woodrush #474324

Color information

#474324 (or 0x474324) is unknown color: approx Woodrush. HEX triplet: 47, 43 and 24. RGB value is (71,67,36). Sum of RGB (Red+Green+Blue) = 71+67+36=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #474324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474324 is #B8BCDB. Grayscale: #404040. Windows color (decimal): -12106972 or 2376519. OLE color: 2376519.

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

Color convert

RGB716736-
CMYK00.060.490.72
HSL53.14º32.71%20.98%-
HSV(B)53.14º49.3%27.84%-
XYZ4.925.482.47-
YUV64.66111.83132.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.80%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 36 (14.45% from 255) = 20.69%
R=40.80%
G=38.51%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71673600.060.490.7253.1432.7120.98
Hex474324063148352115
Octal107103440661110654125
Binary100011110000111001000110110001100100011010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474324; }

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

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

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

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

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

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

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

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