Html Css Color HEX #47422F Woodrush

📋 copy color: '#47422F'

red 71 ◦ green 66 ◦ blue 47

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

Shades of Woodrush #47422F

Tints of Woodrush #47422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.54%

R = 38.59%
G = 35.87%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#47422F (or 0x47422F) is known color: Woodrush. HEX triplet: 47, 42 and 2F. RGB value is (71,66,47). Sum of RGB (Red+Green+Blue) = 71+66+47=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #47422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47422F is #B8BDD0. Grayscale: #414141. Windows color (decimal): -12107217 or 3097159. OLE color: 3097159.

HSL color Cylindrical-coordinate representation of color #47422F: hue angle of 47.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47422F is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 66 47 -
CMYK 0 0.07 0.34 0.72
HSL 47.5º 0.2% 0.23% -
HSV(B) 47.5º 0.34% 0.28% -
XYZ 5.06 5.44 3.47 -
YUV 65.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 71 66 47 0 0.07 0.34 0.72 47.5 0.2 0.23
Hex 47 42 2F 0 7 22 48 30 14 17
Octal 107 102 57 0 7 42 110 60 24 27
Binary 1000111 1000010 101111 0 111 100010 1001000 110000 10100 10111

Color Harmonies of #47422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47422F

Black with #47422F

Text Example


Text Example

White with #47422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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