#474623

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

Shades of Woodrush #474623

Tints of Woodrush #474623

Color information

#474623 (or 0x474623) is unknown color: approx Woodrush. HEX triplet: 47, 46 and 23. RGB value is (71,70,35). Sum of RGB (Red+Green+Blue) = 71+70+35=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 35 (14.06% from 255 or 19.89% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #474623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474623 is #B8B9DC. Grayscale: #424242. Windows color (decimal): -12106205 or 2311751. OLE color: 2311751.

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

Color convert

RGB717035-
CMYK00.010.510.72
HSL58.33º33.96%20.78%-
HSV(B)58.33º50.7%27.84%-
XYZ5.095.842.45-
YUV66.31110.33131.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 35 (14.06% from 255) = 19.89%
R=40.34%
G=39.77%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71703500.010.510.7258.3333.9620.78
Hex4746230133483a2215
Octal107106430163110724225
Binary1000111100011010001101110011100100011101010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474623; }

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

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

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

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

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

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

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

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