Html Css Color HEX #494325 Woodrush

📋 copy color: '#494325'

red 73 ◦ green 67 ◦ blue 37

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

Shades of Woodrush #494325

Tints of Woodrush #494325

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.85%

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

R = 41.24%
G = 37.85%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#494325 (or 0x494325) is known color: Woodrush. HEX triplet: 49, 43 and 25. RGB value is (73,67,37). Sum of RGB (Red+Green+Blue) = 73+67+37=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #494325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494325 is #B6BCDA. Grayscale: #414141. Windows color (decimal): -11975899 or 2442057. OLE color: 2442057.

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

Color convert

RGB 73 67 37 -
CMYK 0 0.08 0.49 0.71
HSL 50º 0.33% 0.22% -
HSV(B) 50º 0.49% 0.29% -
XYZ 5.09 5.56 2.56 -
YUV 65.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 73 67 37 0 0.08 0.49 0.71 50 0.33 0.22
Hex 49 43 25 0 8 31 47 32 21 16
Octal 111 103 45 0 10 61 107 62 41 26
Binary 1001001 1000011 100101 0 1000 110001 1000111 110010 100001 10110

Color Harmonies of #494325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494325

Black with #494325

Text Example


Text Example

White with #494325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494325; }

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

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

background-color css

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

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

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

border-color css

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

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

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