Html Css Color HEX #494423 Woodrush

📋 copy color: '#494423'

red 73 ◦ green 68 ◦ blue 35

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

Shades of Woodrush #494423

Tints of Woodrush #494423

RGB

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

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

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

R = 41.48%
G = 38.64%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#494423 (or 0x494423) is known color: Woodrush. HEX triplet: 49, 44 and 23. RGB value is (73,68,35). Sum of RGB (Red+Green+Blue) = 73+68+35=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 35 (14.06% from 255 or 19.89% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #494423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494423 is #B6BBDC. Grayscale: #414141. Windows color (decimal): -11975645 or 2311241. OLE color: 2311241.

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

Color convert

RGB 73 68 35 -
CMYK 0 0.07 0.52 0.71
HSL 52.11º 0.35% 0.21% -
HSV(B) 52.11º 0.52% 0.29% -
XYZ 5.12 5.67 2.42 -
YUV 65.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 73 68 35 0 0.07 0.52 0.71 52.11 0.35 0.21
Hex 49 44 23 0 7 34 47 34 23 15
Octal 111 104 43 0 7 64 107 64 43 25
Binary 1001001 1000100 100011 0 111 110100 1000111 110100 100011 10101

Color Harmonies of #494423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494423

Black with #494423

Text Example


Text Example

White with #494423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494423; }

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

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

background-color css

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

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

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

border-color css

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

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

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