Html Css Color HEX #494327 Woodrush

📋 copy color: '#494327'

red 73 ◦ green 67 ◦ blue 39

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

Shades of Woodrush #494327

Tints of Woodrush #494327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.79%

R = 40.78%
G = 37.43%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#494327 (or 0x494327) is known color: Woodrush. HEX triplet: 49, 43 and 27. RGB value is (73,67,39). Sum of RGB (Red+Green+Blue) = 73+67+39=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #494327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494327 is #B6BCD8. Grayscale: #414141. Windows color (decimal): -11975897 or 2573129. OLE color: 2573129.

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

Color convert

RGB 73 67 39 -
CMYK 0 0.08 0.47 0.71
HSL 49.41º 0.3% 0.22% -
HSV(B) 49.41º 0.47% 0.29% -
XYZ 5.12 5.58 2.73 -
YUV 65.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 73 67 39 0 0.08 0.47 0.71 49.41 0.3 0.22
Hex 49 43 27 0 8 2F 47 31 1E 16
Octal 111 103 47 0 10 57 107 61 36 26
Binary 1001001 1000011 100111 0 1000 101111 1000111 110001 11110 10110

Color Harmonies of #494327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494327

Black with #494327

Text Example


Text Example

White with #494327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494327; }

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

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

background-color css

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

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

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

border-color css

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

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

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