Html Css Color HEX #49462D Woodrush

📋 copy color: '#49462D'

red 73 ◦ green 70 ◦ blue 45

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

Shades of Woodrush #49462D

Tints of Woodrush #49462D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.94%

R = 38.83%
G = 37.23%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#49462D (or 0x49462D) is known color: Woodrush. HEX triplet: 49, 46 and 2D. RGB value is (73,70,45). Sum of RGB (Red+Green+Blue) = 73+70+45=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #49462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49462D is #B6B9D2. Grayscale: #444444. Windows color (decimal): -11975123 or 2967113. OLE color: 2967113.

HSL color Cylindrical-coordinate representation of color #49462D: hue angle of 53.57º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49462D is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 70 45 -
CMYK 0 0.04 0.38 0.71
HSL 53.57º 0.24% 0.23% -
HSV(B) 53.57º 0.38% 0.29% -
XYZ 5.41 5.99 3.35 -
YUV 68.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 73 70 45 0 0.04 0.38 0.71 53.57 0.24 0.23
Hex 49 46 2D 0 4 26 47 36 18 17
Octal 111 106 55 0 4 46 107 66 30 27
Binary 1001001 1000110 101101 0 100 100110 1000111 110110 11000 10111

Color Harmonies of #49462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49462D

Black with #49462D

Text Example


Text Example

White with #49462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49462D; }

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

 H1.HeaderClassName
 {
   color: #49462D;
 }
 .AnyTagClassName
 {
   color: #49462D;
 }
</style>

background-color css

<style>
 a { background-color: #49462D; }

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

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

border-color css

<style>
 span { border-color: #49462D; }

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

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