Html Css Color HEX #474520 Woodrush

📋 copy color: '#474520'

red 71 ◦ green 69 ◦ blue 32

#474520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodrush #474520

Tints of Woodrush #474520

RGB

 RED value IS 71 (28.13% from 255) = 41.28%

 GREEN value IS 69 (27.34% from 255) = 40.12%

 BLUE value IS 32 (12.89% from 255) = 18.6%

R = 41.28%
G = 40.12%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#474520 (or 0x474520) is known color: Woodrush. HEX triplet: 47, 45 and 20. RGB value is (71,69,32). Sum of RGB (Red+Green+Blue) = 71+69+32=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #474520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474520 is #B8BADF. Grayscale: #414141. Windows color (decimal): -12106464 or 2114887. OLE color: 2114887.

HSL color Cylindrical-coordinate representation of color #474520: hue angle of 56.92º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #474520 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 69 32 -
CMYK 0 0.03 0.55 0.72
HSL 56.92º 0.38% 0.2% -
HSV(B) 56.92º 0.55% 0.28% -
XYZ 4.99 5.7 2.2 -
YUV 65.38 109.16 132.01 -
System Red Green Blue C M Y K H S L
Decimal 71 69 32 0 0.03 0.55 0.72 56.92 0.38 0.2
Hex 47 45 20 0 3 37 48 39 26 14
Octal 107 105 40 0 3 67 110 71 46 24
Binary 1000111 1000101 100000 0 11 110111 1001000 111001 100110 10100

Color Harmonies of #474520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474520

Black with #474520

Text Example


Text Example

White with #474520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474520; }

 p { color: rgb(71,69,32); }

 H1.HeaderClassName
 {
   color: #474520;
 }
 .AnyTagClassName
 {
   color: #474520;
 }
</style>

background-color css

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

 a { background-color: rgb(71,69,32); }

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

border-color css

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

 span { border-color: rgb(71,69,32); }

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