#474227

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

Shades of Woodrush #474227

Tints of Woodrush #474227

Color information

#474227 (or 0x474227) is unknown color: approx Woodrush. HEX triplet: 47, 42 and 27. RGB value is (71,66,39). Sum of RGB (Red+Green+Blue) = 71+66+39=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #474227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474227 is #B8BDD8. Grayscale: #404040. Windows color (decimal): -12107225 or 2572871. OLE color: 2572871.

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

Color convert

RGB716639-
CMYK00.070.450.72
HSL50.62º29.09%21.57%-
HSV(B)50.62º45.07%27.84%-
XYZ4.915.382.7-
YUV64.42113.66132.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 39 (15.62% from 255) = 22.16%
R=40.34%
G=37.5%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71663900.070.450.7250.6229.0921.57
Hex474227072D48331d16
Octal107102470755110633526
Binary10001111000010100111011110110110010001100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474227; }

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

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

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

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

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

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

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

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