Html Css Color HEX #494523 Woodrush

📋 copy color: '#494523'

red 73 ◦ green 69 ◦ blue 35

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

Shades of Woodrush #494523

Tints of Woodrush #494523

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.98%

 BLUE value IS 35 (14.06% from 255) = 19.77%

R = 41.24%
G = 38.98%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#494523 (or 0x494523) is known color: Woodrush. HEX triplet: 49, 45 and 23. RGB value is (73,69,35). Sum of RGB (Red+Green+Blue) = 73+69+35=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #494523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494523 is #B6BADC. Grayscale: #424242. Windows color (decimal): -11975389 or 2311497. OLE color: 2311497.

HSL color Cylindrical-coordinate representation of color #494523: hue angle of 53.68º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #494523 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 69 35 -
CMYK 0 0.05 0.52 0.71
HSL 53.68º 0.35% 0.21% -
HSV(B) 53.68º 0.52% 0.29% -
XYZ 5.18 5.79 2.44 -
YUV 66.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 73 69 35 0 0.05 0.52 0.71 53.68 0.35 0.21
Hex 49 45 23 0 5 34 47 36 23 15
Octal 111 105 43 0 5 64 107 66 43 25
Binary 1001001 1000101 100011 0 101 110100 1000111 110110 100011 10101

Color Harmonies of #494523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494523

Black with #494523

Text Example


Text Example

White with #494523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494523; }

 p { color: rgb(73,69,35); }

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

background-color css

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

 a { background-color: rgb(73,69,35); }

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

border-color css

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

 span { border-color: rgb(73,69,35); }

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