#474325

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

Shades of Woodrush #474325

Tints of Woodrush #474325

Color information

#474325 (or 0x474325) is unknown color: approx Woodrush. HEX triplet: 47, 43 and 25. RGB value is (71,67,37). Sum of RGB (Red+Green+Blue) = 71+67+37=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #474325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474325 is #B8BCDA. Grayscale: #404040. Windows color (decimal): -12106971 or 2442055. OLE color: 2442055.

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

Color convert

RGB716737-
CMYK00.060.480.72
HSL52.94º31.48%21.18%-
HSV(B)52.94º47.89%27.84%-
XYZ4.945.492.55-
YUV64.78112.33132.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 67 (26.56% from 255) = 38.29%
BLUE value IS 37 (14.84% from 255) = 21.14%
R=40.57%
G=38.29%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71673700.060.480.7252.9431.4821.18
Hex474325063048351f15
Octal107103450660110653725
Binary10001111000011100101011011000010010001101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474325; }

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

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

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

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

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

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

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

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