Html Css Color HEX #494623 Woodrush

📋 copy color: '#494623'

red 73 ◦ green 70 ◦ blue 35

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

Shades of Woodrush #494623

Tints of Woodrush #494623

RGB

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

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

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

R = 41.01%
G = 39.33%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#494623 (or 0x494623) is known color: Woodrush. HEX triplet: 49, 46 and 23. RGB value is (73,70,35). Sum of RGB (Red+Green+Blue) = 73+70+35=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #494623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494623 is #B6B9DC. Grayscale: #434343. Windows color (decimal): -11975133 or 2311753. OLE color: 2311753.

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

Color convert

RGB 73 70 35 -
CMYK 0 0.04 0.52 0.71
HSL 55.26º 0.35% 0.21% -
HSV(B) 55.26º 0.52% 0.29% -
XYZ 5.24 5.92 2.46 -
YUV 66.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 73 70 35 0 0.04 0.52 0.71 55.26 0.35 0.21
Hex 49 46 23 0 4 34 47 37 23 15
Octal 111 106 43 0 4 64 107 67 43 25
Binary 1001001 1000110 100011 0 100 110100 1000111 110111 100011 10101

Color Harmonies of #494623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494623

Black with #494623

Text Example


Text Example

White with #494623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494623; }

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

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

background-color css

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

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

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

border-color css

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

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

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