Html Css Color HEX #47422B Woodrush

📋 copy color: '#47422B'

red 71 ◦ green 66 ◦ blue 43

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

Shades of Woodrush #47422B

Tints of Woodrush #47422B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.89%

R = 39.44%
G = 36.67%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47422B (or 0x47422B) is known color: Woodrush. HEX triplet: 47, 42 and 2B. RGB value is (71,66,43). Sum of RGB (Red+Green+Blue) = 71+66+43=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #47422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47422B is #B8BDD4. Grayscale: #404040. Windows color (decimal): -12107221 or 2835015. OLE color: 2835015.

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

Color convert

RGB 71 66 43 -
CMYK 0 0.07 0.39 0.72
HSL 49.29º 0.25% 0.22% -
HSV(B) 49.29º 0.39% 0.28% -
XYZ 4.98 5.41 3.07 -
YUV 64.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 71 66 43 0 0.07 0.39 0.72 49.29 0.25 0.22
Hex 47 42 2B 0 7 27 48 31 19 16
Octal 107 102 53 0 7 47 110 61 31 26
Binary 1000111 1000010 101011 0 111 100111 1001000 110001 11001 10110

Color Harmonies of #47422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47422B

Black with #47422B

Text Example


Text Example

White with #47422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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