Html Css Color HEX #494428 Woodrush

📋 copy color: '#494428'

red 73 ◦ green 68 ◦ blue 40

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

Shades of Woodrush #494428

Tints of Woodrush #494428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.57%

 BLUE value IS 40 (16.02% from 255) = 22.1%

R = 40.33%
G = 37.57%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#494428 (or 0x494428) is known color: Woodrush. HEX triplet: 49, 44 and 28. RGB value is (73,68,40). Sum of RGB (Red+Green+Blue) = 73+68+40=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #494428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494428 is #B6BBD7. Grayscale: #424242. Windows color (decimal): -11975640 or 2638921. OLE color: 2638921.

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

Color convert

RGB 73 68 40 -
CMYK 0 0.07 0.45 0.71
HSL 50.91º 0.29% 0.22% -
HSV(B) 50.91º 0.45% 0.29% -
XYZ 5.2 5.7 2.83 -
YUV 66.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 73 68 40 0 0.07 0.45 0.71 50.91 0.29 0.22
Hex 49 44 28 0 7 2D 47 33 1D 16
Octal 111 104 50 0 7 55 107 63 35 26
Binary 1001001 1000100 101000 0 111 101101 1000111 110011 11101 10110

Color Harmonies of #494428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494428

Black with #494428

Text Example


Text Example

White with #494428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494428; }

 p { color: rgb(73,68,40); }

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

background-color css

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

 a { background-color: rgb(73,68,40); }

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

border-color css

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

 span { border-color: rgb(73,68,40); }

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