Html Css Color HEX #47442C Woodrush

📋 copy color: '#47442C'

red 71 ◦ green 68 ◦ blue 44

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

Shades of Woodrush #47442C

Tints of Woodrush #47442C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.04%

R = 38.8%
G = 37.16%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47442C (or 0x47442C) is known color: Woodrush. HEX triplet: 47, 44 and 2C. RGB value is (71,68,44). Sum of RGB (Red+Green+Blue) = 71+68+44=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #47442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47442C is #B8BBD3. Grayscale: #424242. Windows color (decimal): -12106708 or 2901063. OLE color: 2901063.

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

Color convert

RGB 71 68 44 -
CMYK 0 0.04 0.38 0.72
HSL 53.33º 0.23% 0.23% -
HSV(B) 53.33º 0.38% 0.28% -
XYZ 5.12 5.66 3.2 -
YUV 66.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 71 68 44 0 0.04 0.38 0.72 53.33 0.23 0.23
Hex 47 44 2C 0 4 26 48 35 17 17
Octal 107 104 54 0 4 46 110 65 27 27
Binary 1000111 1000100 101100 0 100 100110 1001000 110101 10111 10111

Color Harmonies of #47442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47442C

Black with #47442C

Text Example


Text Example

White with #47442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47442C; }

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

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

background-color css

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

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

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

border-color css

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

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

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