Html Css Color HEX #49462C Woodrush

📋 copy color: '#49462C'

red 73 ◦ green 70 ◦ blue 44

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

Shades of Woodrush #49462C

Tints of Woodrush #49462C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.53%

R = 39.04%
G = 37.43%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#49462C (or 0x49462C) is known color: Woodrush. HEX triplet: 49, 46 and 2C. RGB value is (73,70,44). Sum of RGB (Red+Green+Blue) = 73+70+44=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #49462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49462C is #B6B9D3. Grayscale: #444444. Windows color (decimal): -11975124 or 2901577. OLE color: 2901577.

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

Color convert

RGB 73 70 44 -
CMYK 0 0.04 0.40 0.71
HSL 53.79º 0.25% 0.23% -
HSV(B) 53.79º 0.4% 0.29% -
XYZ 5.39 5.98 3.25 -
YUV 67.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 73 70 44 0 0.04 0.40 0.71 53.79 0.25 0.23
Hex 49 46 2C 0 4 28 47 36 19 17
Octal 111 106 54 0 4 50 107 66 31 27
Binary 1001001 1000110 101100 0 100 101000 1000111 110110 11001 10111

Color Harmonies of #49462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49462C

Black with #49462C

Text Example


Text Example

White with #49462C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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