Html Css Color HEX #49442E Woodrush

📋 copy color: '#49442E'

red 73 ◦ green 68 ◦ blue 46

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

Shades of Woodrush #49442E

Tints of Woodrush #49442E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

 BLUE value IS 46 (18.36% from 255) = 24.6%

R = 39.04%
G = 36.36%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#49442E (or 0x49442E) is known color: Woodrush. HEX triplet: 49, 44 and 2E. RGB value is (73,68,46). Sum of RGB (Red+Green+Blue) = 73+68+46=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #49442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49442E is #B6BBD1. Grayscale: #434343. Windows color (decimal): -11975634 or 3032137. OLE color: 3032137.

HSL color Cylindrical-coordinate representation of color #49442E: hue angle of 48.89º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49442E is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 68 46 -
CMYK 0 0.07 0.37 0.71
HSL 48.89º 0.23% 0.23% -
HSV(B) 48.89º 0.37% 0.29% -
XYZ 5.31 5.75 3.41 -
YUV 66.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 73 68 46 0 0.07 0.37 0.71 48.89 0.23 0.23
Hex 49 44 2E 0 7 25 47 31 17 17
Octal 111 104 56 0 7 45 107 61 27 27
Binary 1001001 1000100 101110 0 111 100101 1000111 110001 10111 10111

Color Harmonies of #49442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49442E

Black with #49442E

Text Example


Text Example

White with #49442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49442E; }

 p { color: rgb(73,68,46); }

 H1.HeaderClassName
 {
   color: #49442E;
 }
 .AnyTagClassName
 {
   color: #49442E;
 }
</style>

background-color css

<style>
 a { background-color: #49442E; }

 a { background-color: rgb(73,68,46); }

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

border-color css

<style>
 span { border-color: #49442E; }

 span { border-color: rgb(73,68,46); }

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