Html Css Color HEX #474332 Woodrush

📋 copy color: '#474332'

red 71 ◦ green 67 ◦ blue 50

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

Shades of Woodrush #474332

Tints of Woodrush #474332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.64%

 BLUE value IS 50 (19.92% from 255) = 26.6%

R = 37.77%
G = 35.64%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#474332 (or 0x474332) is known color: Woodrush. HEX triplet: 47, 43 and 32. RGB value is (71,67,50). Sum of RGB (Red+Green+Blue) = 71+67+50=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #474332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474332 is #B8BCCD. Grayscale: #424242. Windows color (decimal): -12106958 or 3294023. OLE color: 3294023.

HSL color Cylindrical-coordinate representation of color #474332: hue angle of 48.57º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #474332 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 67 50 -
CMYK 0 0.06 0.30 0.72
HSL 48.57º 0.17% 0.24% -
HSV(B) 48.57º 0.3% 0.28% -
XYZ 5.18 5.58 3.82 -
YUV 66.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 71 67 50 0 0.06 0.30 0.72 48.57 0.17 0.24
Hex 47 43 32 0 6 1E 48 31 11 18
Octal 107 103 62 0 6 36 110 61 21 30
Binary 1000111 1000011 110010 0 110 11110 1001000 110001 10001 11000

Color Harmonies of #474332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474332

Black with #474332

Text Example


Text Example

White with #474332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474332; }

 p { color: rgb(71,67,50); }

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

background-color css

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

 a { background-color: rgb(71,67,50); }

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

border-color css

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

 span { border-color: rgb(71,67,50); }

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