Html Css Color HEX #49442D Woodrush

📋 copy color: '#49442D'

red 73 ◦ green 68 ◦ blue 45

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

Shades of Woodrush #49442D

Tints of Woodrush #49442D

RGB

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

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

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

R = 39.25%
G = 36.56%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#49442D (or 0x49442D) is known color: Woodrush. HEX triplet: 49, 44 and 2D. RGB value is (73,68,45). Sum of RGB (Red+Green+Blue) = 73+68+45=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #49442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49442D is #B6BBD2. Grayscale: #424242. Windows color (decimal): -11975635 or 2966601. OLE color: 2966601.

HSL color Cylindrical-coordinate representation of color #49442D: hue angle of 49.29º 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 #49442D is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 68 45 -
CMYK 0 0.07 0.38 0.71
HSL 49.29º 0.24% 0.23% -
HSV(B) 49.29º 0.38% 0.29% -
XYZ 5.29 5.74 3.31 -
YUV 66.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 73 68 45 0 0.07 0.38 0.71 49.29 0.24 0.23
Hex 49 44 2D 0 7 26 47 31 18 17
Octal 111 104 55 0 7 46 107 61 30 27
Binary 1001001 1000100 101101 0 111 100110 1000111 110001 11000 10111

Color Harmonies of #49442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49442D

Black with #49442D

Text Example


Text Example

White with #49442D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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