Html Css Color HEX #474431 Woodrush

📋 copy color: '#474431'

red 71 ◦ green 68 ◦ blue 49

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

Shades of Woodrush #474431

Tints of Woodrush #474431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.06%

R = 37.77%
G = 36.17%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#474431 (or 0x474431) is known color: Woodrush. HEX triplet: 47, 44 and 31. RGB value is (71,68,49). Sum of RGB (Red+Green+Blue) = 71+68+49=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #474431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474431 is #B8BBCE. Grayscale: #424242. Windows color (decimal): -12106703 or 3228743. OLE color: 3228743.

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

Color convert

RGB 71 68 49 -
CMYK 0 0.04 0.31 0.72
HSL 51.82º 0.18% 0.24% -
HSV(B) 51.82º 0.31% 0.28% -
XYZ 5.22 5.7 3.73 -
YUV 66.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 71 68 49 0 0.04 0.31 0.72 51.82 0.18 0.24
Hex 47 44 31 0 4 1F 48 34 12 18
Octal 107 104 61 0 4 37 110 64 22 30
Binary 1000111 1000100 110001 0 100 11111 1001000 110100 10010 11000

Color Harmonies of #474431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474431

Black with #474431

Text Example


Text Example

White with #474431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474431; }

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

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

background-color css

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

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

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

border-color css

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

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

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