#47432F

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

Shades of Woodrush #47432F

Tints of Woodrush #47432F

Color information

#47432F (or 0x47432F) is unknown color: approx Woodrush. HEX triplet: 47, 43 and 2F. RGB value is (71,67,47). Sum of RGB (Red+Green+Blue) = 71+67+47=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #47432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47432F is #B8BCD0. Grayscale: #424242. Windows color (decimal): -12106961 or 3097415. OLE color: 3097415.

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

Color convert

RGB716747-
CMYK00.060.340.72
HSL50º20.34%23.14%-
HSV(B)50º33.8%27.84%-
XYZ5.125.563.49-
YUV65.92117.33131.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 67 (26.56% from 255) = 36.22%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=38.38%
G=36.22%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71674700.060.340.725020.3423.14
Hex47432F062248321417
Octal107103570642110622427
Binary10001111000011101111011010001010010001100101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47432F; }

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

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

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

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

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

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

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

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