Html Css Color HEX #49462A Woodrush

📋 copy color: '#49462A'

red 73 ◦ green 70 ◦ blue 42

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

Shades of Woodrush #49462A

Tints of Woodrush #49462A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.7%

R = 39.46%
G = 37.84%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#49462A (or 0x49462A) is known color: Woodrush. HEX triplet: 49, 46 and 2A. RGB value is (73,70,42). Sum of RGB (Red+Green+Blue) = 73+70+42=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #49462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49462A is #B6B9D5. Grayscale: #434343. Windows color (decimal): -11975126 or 2770505. OLE color: 2770505.

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

Color convert

RGB 73 70 42 -
CMYK 0 0.04 0.42 0.71
HSL 54.19º 0.27% 0.23% -
HSV(B) 54.19º 0.42% 0.29% -
XYZ 5.36 5.96 3.06 -
YUV 67.71 113.49 131.78 -
System Red Green Blue C M Y K H S L
Decimal 73 70 42 0 0.04 0.42 0.71 54.19 0.27 0.23
Hex 49 46 2A 0 4 2A 47 36 1B 17
Octal 111 106 52 0 4 52 107 66 33 27
Binary 1001001 1000110 101010 0 100 101010 1000111 110110 11011 10111

Color Harmonies of #49462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49462A

Black with #49462A

Text Example


Text Example

White with #49462A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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