#474625

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

Shades of Woodrush #474625

Tints of Woodrush #474625

Color information

#474625 (or 0x474625) is unknown color: approx Woodrush. HEX triplet: 47, 46 and 25. RGB value is (71,70,37). Sum of RGB (Red+Green+Blue) = 71+70+37=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #474625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474625 is #B8B9DA. Grayscale: #424242. Windows color (decimal): -12106203 or 2442823. OLE color: 2442823.

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

Color convert

RGB717037-
CMYK00.010.480.72
HSL58.24º31.48%21.18%-
HSV(B)58.24º47.89%27.84%-
XYZ5.125.852.61-
YUV66.54111.33131.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 70 (27.73% from 255) = 39.33%
BLUE value IS 37 (14.84% from 255) = 20.79%
R=39.89%
G=39.33%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71703700.010.480.7258.2431.4821.18
Hex4746250130483a1f15
Octal107106450160110723725
Binary100011110001101001010111000010010001110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474625; }

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

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

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

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

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

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

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

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