Html Css Color HEX #474224 Woodrush

📋 copy color: '#474224'

red 71 ◦ green 66 ◦ blue 36

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

Shades of Woodrush #474224

Tints of Woodrush #474224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.15%

 BLUE value IS 36 (14.45% from 255) = 20.81%

R = 41.04%
G = 38.15%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#474224 (or 0x474224) is known color: Woodrush. HEX triplet: 47, 42 and 24. RGB value is (71,66,36). Sum of RGB (Red+Green+Blue) = 71+66+36=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #474224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474224 is #B8BDDB. Grayscale: #404040. Windows color (decimal): -12107228 or 2376263. OLE color: 2376263.

HSL color Cylindrical-coordinate representation of color #474224: hue angle of 51.43º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #474224 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 66 36 -
CMYK 0 0.07 0.49 0.72
HSL 51.43º 0.33% 0.21% -
HSV(B) 51.43º 0.49% 0.28% -
XYZ 4.87 5.36 2.45 -
YUV 64.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 71 66 36 0 0.07 0.49 0.72 51.43 0.33 0.21
Hex 47 42 24 0 7 31 48 33 21 15
Octal 107 102 44 0 7 61 110 63 41 25
Binary 1000111 1000010 100100 0 111 110001 1001000 110011 100001 10101

Color Harmonies of #474224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474224

Black with #474224

Text Example


Text Example

White with #474224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474224; }

 p { color: rgb(71,66,36); }

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

background-color css

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

 a { background-color: rgb(71,66,36); }

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

border-color css

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

 span { border-color: rgb(71,66,36); }

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