#474627

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

Shades of Woodrush #474627

Tints of Woodrush #474627

Color information

#474627 (or 0x474627) is unknown color: approx Woodrush. HEX triplet: 47, 46 and 27. RGB value is (71,70,39). Sum of RGB (Red+Green+Blue) = 71+70+39=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #474627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474627 is #B8B9D8. Grayscale: #424242. Windows color (decimal): -12106201 or 2573895. OLE color: 2573895.

HSL color Cylindrical-coordinate representation of color #474627: hue angle of 58.12º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #474627 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB717039-
CMYK00.010.450.72
HSL58.12º29.09%21.57%-
HSV(B)58.12º45.07%27.84%-
XYZ5.155.872.78-
YUV66.76112.33131.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 70 (27.73% from 255) = 38.89%
BLUE value IS 39 (15.62% from 255) = 21.67%
R=39.44%
G=38.89%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71703900.010.450.7258.1229.0921.57
Hex474627012D483a1d16
Octal107106470155110723526
Binary100011110001101001110110110110010001110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474627; }

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

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

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

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

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

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

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

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