#474525

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

Shades of Woodrush #474525

Tints of Woodrush #474525

Color information

#474525 (or 0x474525) is unknown color: approx Woodrush. HEX triplet: 47, 45 and 25. RGB value is (71,69,37). Sum of RGB (Red+Green+Blue) = 71+69+37=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #474525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474525 is #B8BADA. Grayscale: #424242. Windows color (decimal): -12106459 or 2442567. OLE color: 2442567.

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

Color convert

RGB716937-
CMYK00.030.480.72
HSL56.47º31.48%21.18%-
HSV(B)56.47º47.89%27.84%-
XYZ5.065.732.59-
YUV65.95111.66131.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 37 (14.84% from 255) = 20.90%
R=40.11%
G=38.98%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71693700.030.480.7256.4731.4821.18
Hex474525033048381f15
Octal107105450360110703725
Binary1000111100010110010101111000010010001110001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474525; }

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

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

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

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

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

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

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

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