Html Css Color HEX #49471F Woodrush

📋 copy color: '#49471F'

red 73 ◦ green 71 ◦ blue 31

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

Shades of Woodrush #49471F

Tints of Woodrush #49471F

RGB

 RED value IS 73 (28.91% from 255) = 41.71%

 GREEN value IS 71 (28.13% from 255) = 40.57%

 BLUE value IS 31 (12.5% from 255) = 17.71%

R = 41.71%
G = 40.57%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49471F (or 0x49471F) is known color: Woodrush. HEX triplet: 49, 47 and 1F. RGB value is (73,71,31). Sum of RGB (Red+Green+Blue) = 73+71+31=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #49471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49471F is #B6B8E0. Grayscale: #434343. Windows color (decimal): -11974881 or 2049865. OLE color: 2049865.

HSL color Cylindrical-coordinate representation of color #49471F: hue angle of 57.14º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49471F is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 71 31 -
CMYK 0 0.03 0.58 0.71
HSL 57.14º 0.4% 0.2% -
HSV(B) 57.14º 0.58% 0.29% -
XYZ 5.25 6.02 2.18 -
YUV 67.04 107.66 132.25 -
System Red Green Blue C M Y K H S L
Decimal 73 71 31 0 0.03 0.58 0.71 57.14 0.4 0.2
Hex 49 47 1F 0 3 3A 47 39 28 14
Octal 111 107 37 0 3 72 107 71 50 24
Binary 1001001 1000111 11111 0 11 111010 1000111 111001 101000 10100

Color Harmonies of #49471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49471F

Black with #49471F

Text Example


Text Example

White with #49471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,71,31); }

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

background-color css

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

 a { background-color: rgb(73,71,31); }

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

border-color css

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

 span { border-color: rgb(73,71,31); }

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