Html Css Color HEX #494023 Madras

📋 copy color: '#494023'

red 73 ◦ green 64 ◦ blue 35

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

Shades of Madras #494023

Tints of Madras #494023

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.21%

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

R = 42.44%
G = 37.21%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#494023 (or 0x494023) is known color: Madras. HEX triplet: 49, 40 and 23. RGB value is (73,64,35). Sum of RGB (Red+Green+Blue) = 73+64+35=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #494023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494023 is #B6BFDC. Grayscale: #3F3F3F. Windows color (decimal): -11976669 or 2310217. OLE color: 2310217.

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

Color convert

RGB 73 64 35 -
CMYK 0 0.12 0.52 0.71
HSL 45.79º 0.35% 0.21% -
HSV(B) 45.79º 0.52% 0.29% -
XYZ 4.88 5.2 2.34 -
YUV 63.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 73 64 35 0 0.12 0.52 0.71 45.79 0.35 0.21
Hex 49 40 23 0 C 34 47 2E 23 15
Octal 111 100 43 0 14 64 107 56 43 25
Binary 1001001 1000000 100011 0 1100 110100 1000111 101110 100011 10101

Color Harmonies of #494023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494023

Black with #494023

Text Example


Text Example

White with #494023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494023; }

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

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

background-color css

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

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

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

border-color css

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

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

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