Html Css Color HEX #474421 Woodrush

📋 copy color: '#474421'

red 71 ◦ green 68 ◦ blue 33

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

Shades of Woodrush #474421

Tints of Woodrush #474421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.19%

R = 41.28%
G = 39.53%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#474421 (or 0x474421) is known color: Woodrush. HEX triplet: 47, 44 and 21. RGB value is (71,68,33). Sum of RGB (Red+Green+Blue) = 71+68+33=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #474421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474421 is #B8BBDE. Grayscale: #414141. Windows color (decimal): -12106719 or 2180167. OLE color: 2180167.

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

Color convert

RGB 71 68 33 -
CMYK 0 0.04 0.54 0.72
HSL 55.26º 0.37% 0.2% -
HSV(B) 55.26º 0.54% 0.28% -
XYZ 4.94 5.58 2.26 -
YUV 64.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 71 68 33 0 0.04 0.54 0.72 55.26 0.37 0.2
Hex 47 44 21 0 4 36 48 37 25 14
Octal 107 104 41 0 4 66 110 67 45 24
Binary 1000111 1000100 100001 0 100 110110 1001000 110111 100101 10100

Color Harmonies of #474421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474421

Black with #474421

Text Example


Text Example

White with #474421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474421; }

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

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

background-color css

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

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

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

border-color css

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

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

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