Html Css Color HEX #474420 Woodrush

📋 copy color: '#474420'

red 71 ◦ green 68 ◦ blue 32

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

Shades of Woodrush #474420

Tints of Woodrush #474420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.77%

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

R = 41.52%
G = 39.77%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#474420 (or 0x474420) is known color: Woodrush. HEX triplet: 47, 44 and 20. RGB value is (71,68,32). Sum of RGB (Red+Green+Blue) = 71+68+32=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #474420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474420 is #B8BBDF. Grayscale: #404040. Windows color (decimal): -12106720 or 2114631. OLE color: 2114631.

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

Color convert

RGB 71 68 32 -
CMYK 0 0.04 0.55 0.72
HSL 55.38º 0.38% 0.2% -
HSV(B) 55.38º 0.55% 0.28% -
XYZ 4.93 5.58 2.18 -
YUV 64.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 71 68 32 0 0.04 0.55 0.72 55.38 0.38 0.2
Hex 47 44 20 0 4 37 48 37 26 14
Octal 107 104 40 0 4 67 110 67 46 24
Binary 1000111 1000100 100000 0 100 110111 1001000 110111 100110 10100

Color Harmonies of #474420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474420

Black with #474420

Text Example


Text Example

White with #474420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474420; }

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

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

background-color css

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

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

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

border-color css

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

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

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