#474323

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

Shades of Woodrush #474323

Tints of Woodrush #474323

Color information

#474323 (or 0x474323) is unknown color: approx Woodrush. HEX triplet: 47, 43 and 23. RGB value is (71,67,35). Sum of RGB (Red+Green+Blue) = 71+67+35=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #474323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474323 is #B8BCDC. Grayscale: #404040. Windows color (decimal): -12106973 or 2310983. OLE color: 2310983.

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

Color convert

RGB716735-
CMYK00.060.510.72
HSL53.33º33.96%20.78%-
HSV(B)53.33º50.7%27.84%-
XYZ4.915.482.39-
YUV64.55111.33132.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 35 (14.06% from 255) = 20.23%
R=41.04%
G=38.73%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71673500.060.510.7253.3333.9620.78
Hex474323063348352215
Octal107103430663110654225
Binary100011110000111000110110110011100100011010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474323; }

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

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

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

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

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

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

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

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