Html Css Color HEX #47422D Woodrush

📋 copy color: '#47422D'

red 71 ◦ green 66 ◦ blue 45

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

Shades of Woodrush #47422D

Tints of Woodrush #47422D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.73%

R = 39.01%
G = 36.26%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#47422D (or 0x47422D) is known color: Woodrush. HEX triplet: 47, 42 and 2D. RGB value is (71,66,45). Sum of RGB (Red+Green+Blue) = 71+66+45=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #47422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47422D is #B8BDD2. Grayscale: #414141. Windows color (decimal): -12107219 or 2966087. OLE color: 2966087.

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

Color convert

RGB 71 66 45 -
CMYK 0 0.07 0.37 0.72
HSL 48.46º 0.22% 0.23% -
HSV(B) 48.46º 0.37% 0.28% -
XYZ 5.02 5.43 3.27 -
YUV 65.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 71 66 45 0 0.07 0.37 0.72 48.46 0.22 0.23
Hex 47 42 2D 0 7 25 48 30 16 17
Octal 107 102 55 0 7 45 110 60 26 27
Binary 1000111 1000010 101101 0 111 100101 1001000 110000 10110 10111

Color Harmonies of #47422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47422D

Black with #47422D

Text Example


Text Example

White with #47422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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