Html Css Color HEX #49461F Woodrush

📋 copy color: '#49461F'

red 73 ◦ green 70 ◦ blue 31

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

Shades of Woodrush #49461F

Tints of Woodrush #49461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.23%

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

R = 41.95%
G = 40.23%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49461F (or 0x49461F) is known color: Woodrush. HEX triplet: 49, 46 and 1F. RGB value is (73,70,31). Sum of RGB (Red+Green+Blue) = 73+70+31=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #49461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49461F is #B6B9E0. Grayscale: #424242. Windows color (decimal): -11975137 or 2049609. OLE color: 2049609.

HSL color Cylindrical-coordinate representation of color #49461F: hue angle of 55.71º 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 #49461F is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 70 31 -
CMYK 0 0.04 0.58 0.71
HSL 55.71º 0.4% 0.2% -
HSV(B) 55.71º 0.58% 0.29% -
XYZ 5.19 5.9 2.16 -
YUV 66.45 107.99 132.67 -
System Red Green Blue C M Y K H S L
Decimal 73 70 31 0 0.04 0.58 0.71 55.71 0.4 0.2
Hex 49 46 1F 0 4 3A 47 38 28 14
Octal 111 106 37 0 4 72 107 70 50 24
Binary 1001001 1000110 11111 0 100 111010 1000111 111000 101000 10100

Color Harmonies of #49461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49461F

Black with #49461F

Text Example


Text Example

White with #49461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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