Html Css Color HEX #494518 Madras

📋 copy color: '#494518'

red 73 ◦ green 69 ◦ blue 24

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

Shades of Madras #494518

Tints of Madras #494518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.46%

R = 43.98%
G = 41.57%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#494518 (or 0x494518) is known color: Madras. HEX triplet: 49, 45 and 18. RGB value is (73,69,24). Sum of RGB (Red+Green+Blue) = 73+69+24=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #494518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494518 is #B6BAE7. Grayscale: #414141. Windows color (decimal): -11975400 or 1590601. OLE color: 1590601.

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

Color convert

RGB 73 69 24 -
CMYK 0 0.05 0.67 0.71
HSL 55.1º 0.51% 0.19% -
HSV(B) 55.1º 0.67% 0.29% -
XYZ 5.04 5.74 1.71 -
YUV 65.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 73 69 24 0 0.05 0.67 0.71 55.1 0.51 0.19
Hex 49 45 18 0 5 43 47 37 33 13
Octal 111 105 30 0 5 103 107 67 63 23
Binary 1001001 1000101 11000 0 101 1000011 1000111 110111 110011 10011

Color Harmonies of #494518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494518

Black with #494518

Text Example


Text Example

White with #494518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494518; }

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

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

background-color css

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

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

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

border-color css

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

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

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