#474333

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

Shades of Woodrush #474333

Tints of Woodrush #474333

Color information

#474333 (or 0x474333) is unknown color: approx Woodrush. HEX triplet: 47, 43 and 33. RGB value is (71,67,51). Sum of RGB (Red+Green+Blue) = 71+67+51=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #474333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474333 is #B8BCCC. Grayscale: #424242. Windows color (decimal): -12106957 or 3359559. OLE color: 3359559.

HSL color Cylindrical-coordinate representation of color #474333: hue angle of 48º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #474333 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB716751-
CMYK00.060.280.72
HSL48º16.39%23.92%-
HSV(B)48º28.17%27.84%-
XYZ5.25.593.94-
YUV66.37119.33131.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 51 (20.31% from 255) = 26.98%
R=37.57%
G=35.45%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71675100.060.280.724816.3923.92
Hex474333061C48301018
Octal107103630634110602030
Binary1000111100001111001101101110010010001100001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474333; }

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

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

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

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

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

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

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

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