Html Css Color HEX #494525 Woodrush

📋 copy color: '#494525'

red 73 ◦ green 69 ◦ blue 37

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

Shades of Woodrush #494525

Tints of Woodrush #494525

RGB

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

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

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

R = 40.78%
G = 38.55%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#494525 (or 0x494525) is known color: Woodrush. HEX triplet: 49, 45 and 25. RGB value is (73,69,37). Sum of RGB (Red+Green+Blue) = 73+69+37=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #494525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494525 is #B6BADA. Grayscale: #424242. Windows color (decimal): -11975387 or 2442569. OLE color: 2442569.

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

Color convert

RGB 73 69 37 -
CMYK 0 0.05 0.49 0.71
HSL 53.33º 0.33% 0.22% -
HSV(B) 53.33º 0.49% 0.29% -
XYZ 5.21 5.81 2.6 -
YUV 66.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 73 69 37 0 0.05 0.49 0.71 53.33 0.33 0.22
Hex 49 45 25 0 5 31 47 35 21 16
Octal 111 105 45 0 5 61 107 65 41 26
Binary 1001001 1000101 100101 0 101 110001 1000111 110101 100001 10110

Color Harmonies of #494525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494525

Black with #494525

Text Example


Text Example

White with #494525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494525; }

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

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

background-color css

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

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

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

border-color css

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

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

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