Html Css Color HEX #494223 Madras

📋 copy color: '#494223'

red 73 ◦ green 66 ◦ blue 35

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

Shades of Madras #494223

Tints of Madras #494223

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.93%

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

R = 41.95%
G = 37.93%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#494223 (or 0x494223) is known color: Madras. HEX triplet: 49, 42 and 23. RGB value is (73,66,35). Sum of RGB (Red+Green+Blue) = 73+66+35=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #494223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494223 is #B6BDDC. Grayscale: #404040. Windows color (decimal): -11976157 or 2310729. OLE color: 2310729.

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

Color convert

RGB 73 66 35 -
CMYK 0 0.10 0.52 0.71
HSL 48.95º 0.35% 0.21% -
HSV(B) 48.95º 0.52% 0.29% -
XYZ 5 5.43 2.38 -
YUV 64.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 73 66 35 0 0.10 0.52 0.71 48.95 0.35 0.21
Hex 49 42 23 0 A 34 47 31 23 15
Octal 111 102 43 0 12 64 107 61 43 25
Binary 1001001 1000010 100011 0 1010 110100 1000111 110001 100011 10101

Color Harmonies of #494223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494223

Black with #494223

Text Example


Text Example

White with #494223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494223; }

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

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

background-color css

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

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

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

border-color css

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

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

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