Html Css Color HEX #494625 Woodrush

📋 copy color: '#494625'

red 73 ◦ green 70 ◦ blue 37

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

Shades of Woodrush #494625

Tints of Woodrush #494625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.56%

R = 40.56%
G = 38.89%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#494625 (or 0x494625) is known color: Woodrush. HEX triplet: 49, 46 and 25. RGB value is (73,70,37). Sum of RGB (Red+Green+Blue) = 73+70+37=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #494625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494625 is #B6B9DA. Grayscale: #434343. Windows color (decimal): -11975131 or 2442825. OLE color: 2442825.

HSL color Cylindrical-coordinate representation of color #494625: hue angle of 55º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494625 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 70 37 -
CMYK 0 0.04 0.49 0.71
HSL 55º 0.33% 0.22% -
HSV(B) 55º 0.49% 0.29% -
XYZ 5.27 5.93 2.62 -
YUV 67.14 110.99 132.18 -
System Red Green Blue C M Y K H S L
Decimal 73 70 37 0 0.04 0.49 0.71 55 0.33 0.22
Hex 49 46 25 0 4 31 47 37 21 16
Octal 111 106 45 0 4 61 107 67 41 26
Binary 1001001 1000110 100101 0 100 110001 1000111 110111 100001 10110

Color Harmonies of #494625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494625

Black with #494625

Text Example


Text Example

White with #494625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494625; }

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

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

background-color css

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

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

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

border-color css

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

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

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