#474223

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

Shades of Woodrush #474223

Tints of Woodrush #474223

Color information

#474223 (or 0x474223) is unknown color: approx Woodrush. HEX triplet: 47, 42 and 23. RGB value is (71,66,35). Sum of RGB (Red+Green+Blue) = 71+66+35=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #474223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474223 is #B8BDDC. Grayscale: #404040. Windows color (decimal): -12107229 or 2310727. OLE color: 2310727.

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

Color convert

RGB716635-
CMYK00.070.510.72
HSL51.67º33.96%20.78%-
HSV(B)51.67º50.7%27.84%-
XYZ4.855.362.37-
YUV63.96111.66133.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 35 (14.06% from 255) = 20.35%
R=41.28%
G=38.37%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71663500.070.510.7251.6733.9620.78
Hex474223073348342215
Octal107102430763110644225
Binary100011110000101000110111110011100100011010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474223; }

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

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

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

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

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

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

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

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