Html Css Color HEX #494318 Madras

📋 copy color: '#494318'

red 73 ◦ green 67 ◦ blue 24

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

Shades of Madras #494318

Tints of Madras #494318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 40.85%

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

R = 44.51%
G = 40.85%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#494318 (or 0x494318) is known color: Madras. HEX triplet: 49, 43 and 18. RGB value is (73,67,24). Sum of RGB (Red+Green+Blue) = 73+67+24=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #494318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494318 is #B6BCE7. Grayscale: #404040. Windows color (decimal): -11975912 or 1590089. OLE color: 1590089.

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

Color convert

RGB 73 67 24 -
CMYK 0 0.08 0.67 0.71
HSL 52.65º 0.51% 0.19% -
HSV(B) 52.65º 0.67% 0.29% -
XYZ 4.92 5.5 1.67 -
YUV 63.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 73 67 24 0 0.08 0.67 0.71 52.65 0.51 0.19
Hex 49 43 18 0 8 43 47 35 33 13
Octal 111 103 30 0 10 103 107 65 63 23
Binary 1001001 1000011 11000 0 1000 1000011 1000111 110101 110011 10011

Color Harmonies of #494318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494318

Black with #494318

Text Example


Text Example

White with #494318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494318; }

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

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

background-color css

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

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

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

border-color css

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

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

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