Html Css Color HEX #47442E Woodrush

📋 copy color: '#47442E'

red 71 ◦ green 68 ◦ blue 46

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

Shades of Woodrush #47442E

Tints of Woodrush #47442E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.86%

R = 38.38%
G = 36.76%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#47442E (or 0x47442E) is known color: Woodrush. HEX triplet: 47, 44 and 2E. RGB value is (71,68,46). Sum of RGB (Red+Green+Blue) = 71+68+46=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #47442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47442E is #B8BBD1. Grayscale: #424242. Windows color (decimal): -12106706 or 3032135. OLE color: 3032135.

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

Color convert

RGB 71 68 46 -
CMYK 0 0.04 0.35 0.72
HSL 52.8º 0.21% 0.23% -
HSV(B) 52.8º 0.35% 0.28% -
XYZ 5.16 5.67 3.41 -
YUV 66.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 71 68 46 0 0.04 0.35 0.72 52.8 0.21 0.23
Hex 47 44 2E 0 4 23 48 35 15 17
Octal 107 104 56 0 4 43 110 65 25 27
Binary 1000111 1000100 101110 0 100 100011 1001000 110101 10101 10111

Color Harmonies of #47442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47442E

Black with #47442E

Text Example


Text Example

White with #47442E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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