Html Css Color HEX #474429 Woodrush

📋 copy color: '#474429'

red 71 ◦ green 68 ◦ blue 41

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

Shades of Woodrush #474429

Tints of Woodrush #474429

RGB

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

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

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

R = 39.44%
G = 37.78%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#474429 (or 0x474429) is known color: Woodrush. HEX triplet: 47, 44 and 29. RGB value is (71,68,41). Sum of RGB (Red+Green+Blue) = 71+68+41=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #474429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474429 is #B8BBD6. Grayscale: #414141. Windows color (decimal): -12106711 or 2704455. OLE color: 2704455.

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

Color convert

RGB 71 68 41 -
CMYK 0 0.04 0.42 0.72
HSL 54º 0.27% 0.22% -
HSV(B) 54º 0.42% 0.28% -
XYZ 5.07 5.63 2.92 -
YUV 65.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 71 68 41 0 0.04 0.42 0.72 54 0.27 0.22
Hex 47 44 29 0 4 2A 48 36 1B 16
Octal 107 104 51 0 4 52 110 66 33 26
Binary 1000111 1000100 101001 0 100 101010 1001000 110110 11011 10110

Color Harmonies of #474429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474429

Black with #474429

Text Example


Text Example

White with #474429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474429; }

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

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

background-color css

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

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

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

border-color css

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

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

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