Html Css Color HEX #494512 Madras

📋 copy color: '#494512'

red 73 ◦ green 69 ◦ blue 18

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

Shades of Madras #494512

Tints of Madras #494512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.13%

 BLUE value IS 18 (7.42% from 255) = 11.25%

R = 45.63%
G = 43.13%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#494512 (or 0x494512) is known color: Madras. HEX triplet: 49, 45 and 12. RGB value is (73,69,18). Sum of RGB (Red+Green+Blue) = 73+69+18=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #494512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494512 is #B6BAED. Grayscale: #404040. Windows color (decimal): -11975406 or 1197385. OLE color: 1197385.

HSL color Cylindrical-coordinate representation of color #494512: hue angle of 55.64º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #494512 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 69 18 -
CMYK 0 0.05 0.75 0.71
HSL 55.64º 0.6% 0.18% -
HSV(B) 55.64º 0.75% 0.29% -
XYZ 4.98 5.72 1.41 -
YUV 64.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 73 69 18 0 0.05 0.75 0.71 55.64 0.6 0.18
Hex 49 45 12 0 5 4B 47 38 3C 12
Octal 111 105 22 0 5 113 107 70 74 22
Binary 1001001 1000101 10010 0 101 1001011 1000111 111000 111100 10010

Color Harmonies of #494512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494512

Black with #494512

Text Example


Text Example

White with #494512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494512; }

 p { color: rgb(73,69,18); }

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

background-color css

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

 a { background-color: rgb(73,69,18); }

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

border-color css

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

 span { border-color: rgb(73,69,18); }

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