Html Css Color HEX #494328 Woodrush

📋 copy color: '#494328'

red 73 ◦ green 67 ◦ blue 40

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

Shades of Woodrush #494328

Tints of Woodrush #494328

RGB

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

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

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

R = 40.56%
G = 37.22%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#494328 (or 0x494328) is known color: Woodrush. HEX triplet: 49, 43 and 28. RGB value is (73,67,40). Sum of RGB (Red+Green+Blue) = 73+67+40=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #494328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494328 is #B6BCD7. Grayscale: #414141. Windows color (decimal): -11975896 or 2638665. OLE color: 2638665.

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

Color convert

RGB 73 67 40 -
CMYK 0 0.08 0.45 0.71
HSL 49.09º 0.29% 0.22% -
HSV(B) 49.09º 0.45% 0.29% -
XYZ 5.14 5.58 2.81 -
YUV 65.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 73 67 40 0 0.08 0.45 0.71 49.09 0.29 0.22
Hex 49 43 28 0 8 2D 47 31 1D 16
Octal 111 103 50 0 10 55 107 61 35 26
Binary 1001001 1000011 101000 0 1000 101101 1000111 110001 11101 10110

Color Harmonies of #494328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494328

Black with #494328

Text Example


Text Example

White with #494328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494328; }

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

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

background-color css

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

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

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

border-color css

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

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

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