Html Css Color HEX #474434 Woodrush

📋 copy color: '#474434'

red 71 ◦ green 68 ◦ blue 52

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

Shades of Woodrush #474434

Tints of Woodrush #474434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.23%

R = 37.17%
G = 35.6%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#474434 (or 0x474434) is known color: Woodrush. HEX triplet: 47, 44 and 34. RGB value is (71,68,52). Sum of RGB (Red+Green+Blue) = 71+68+52=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 71 - color contains mainly: red. Hex color #474434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474434 is #B8BBCB. Grayscale: #434343. Windows color (decimal): -12106700 or 3425351. OLE color: 3425351.

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

Color convert

RGB 71 68 52 -
CMYK 0 0.04 0.27 0.72
HSL 50.53º 0.15% 0.24% -
HSV(B) 50.53º 0.27% 0.28% -
XYZ 5.29 5.72 4.07 -
YUV 67.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 71 68 52 0 0.04 0.27 0.72 50.53 0.15 0.24
Hex 47 44 34 0 4 1B 48 33 F 18
Octal 107 104 64 0 4 33 110 63 17 30
Binary 1000111 1000100 110100 0 100 11011 1001000 110011 1111 11000

Color Harmonies of #474434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474434

Black with #474434

Text Example


Text Example

White with #474434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474434; }

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

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

background-color css

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

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

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

border-color css

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

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

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