Html Css Color HEX #493918 Madras

📋 copy color: '#493918'

red 73 ◦ green 57 ◦ blue 24

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

Shades of Madras #493918

Tints of Madras #493918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.01%

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

R = 47.4%
G = 37.01%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#493918 (or 0x493918) is known color: Madras. HEX triplet: 49, 39 and 18. RGB value is (73,57,24). Sum of RGB (Red+Green+Blue) = 73+57+24=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #493918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493918 is #B6C6E7. Grayscale: #3A3A3A. Windows color (decimal): -11978472 or 1587529. OLE color: 1587529.

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

Color convert

RGB 73 57 24 -
CMYK 0 0.22 0.67 0.71
HSL 40.41º 0.51% 0.19% -
HSV(B) 40.41º 0.67% 0.29% -
XYZ 4.38 4.41 1.48 -
YUV 58.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 73 57 24 0 0.22 0.67 0.71 40.41 0.51 0.19
Hex 49 39 18 0 16 43 47 28 33 13
Octal 111 71 30 0 26 103 107 50 63 23
Binary 1001001 111001 11000 0 10110 1000011 1000111 101000 110011 10011

Color Harmonies of #493918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493918

Black with #493918

Text Example


Text Example

White with #493918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493918; }

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

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

background-color css

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

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

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

border-color css

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

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

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