Html Css Color HEX #494725 Woodrush

📋 copy color: '#494725'

red 73 ◦ green 71 ◦ blue 37

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

Shades of Woodrush #494725

Tints of Woodrush #494725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.23%

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

R = 40.33%
G = 39.23%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#494725 (or 0x494725) is known color: Woodrush. HEX triplet: 49, 47 and 25. RGB value is (73,71,37). Sum of RGB (Red+Green+Blue) = 73+71+37=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #494725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494725 is #B6B8DA. Grayscale: #434343. Windows color (decimal): -11974875 or 2443081. OLE color: 2443081.

HSL color Cylindrical-coordinate representation of color #494725: hue angle of 56.67º 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 #494725 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 71 37 -
CMYK 0 0.03 0.49 0.71
HSL 56.67º 0.33% 0.22% -
HSV(B) 56.67º 0.49% 0.29% -
XYZ 5.33 6.06 2.64 -
YUV 67.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 73 71 37 0 0.03 0.49 0.71 56.67 0.33 0.22
Hex 49 47 25 0 3 31 47 39 21 16
Octal 111 107 45 0 3 61 107 71 41 26
Binary 1001001 1000111 100101 0 11 110001 1000111 111001 100001 10110

Color Harmonies of #494725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494725

Black with #494725

Text Example


Text Example

White with #494725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494725; }

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

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

background-color css

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

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

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

border-color css

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

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

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