Html Css Color HEX #474229 Woodrush

📋 copy color: '#474229'

red 71 ◦ green 66 ◦ blue 41

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

Shades of Woodrush #474229

Tints of Woodrush #474229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.03%

R = 39.89%
G = 37.08%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#474229 (or 0x474229) is known color: Woodrush. HEX triplet: 47, 42 and 29. RGB value is (71,66,41). Sum of RGB (Red+Green+Blue) = 71+66+41=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #474229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474229 is #B8BDD6. Grayscale: #404040. Windows color (decimal): -12107223 or 2703943. OLE color: 2703943.

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

Color convert

RGB 71 66 41 -
CMYK 0 0.07 0.42 0.72
HSL 50º 0.27% 0.22% -
HSV(B) 50º 0.42% 0.28% -
XYZ 4.95 5.4 2.88 -
YUV 64.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 71 66 41 0 0.07 0.42 0.72 50 0.27 0.22
Hex 47 42 29 0 7 2A 48 32 1B 16
Octal 107 102 51 0 7 52 110 62 33 26
Binary 1000111 1000010 101001 0 111 101010 1001000 110010 11011 10110

Color Harmonies of #474229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474229

Black with #474229

Text Example


Text Example

White with #474229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474229; }

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

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

background-color css

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

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

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

border-color css

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

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

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