Html Css Color HEX #493700 Madras

📋 copy color: '#493700'

red 73 ◦ green 55 ◦ blue 0

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

Shades of Madras #493700

Tints of Madras #493700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.03%
G = 42.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#493700 (or 0x493700) is known color: Madras. HEX triplet: 49, 37 and 00. RGB value is (73,55,0). Sum of RGB (Red+Green+Blue) = 73+55+0=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #493700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493700 is #B6C8FF. Grayscale: #363636. Windows color (decimal): -11979008 or 14153. OLE color: 14153.

HSL color Cylindrical-coordinate representation of color #493700: hue angle of 45.21º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #493700 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 55 0 -
CMYK 0 0.25 1 0.71
HSL 45.21º 1% 0.14% -
HSV(B) 45.21º 1% 0.29% -
XYZ 4.11 4.15 0.58 -
YUV 54.11 97.46 141.47 -
System Red Green Blue C M Y K H S L
Decimal 73 55 0 0 0.25 1 0.71 45.21 1 0.14
Hex 49 37 0 0 19 64 47 2D 64 E
Octal 111 67 0 0 31 144 107 55 144 16
Binary 1001001 110111 0 0 11001 1100100 1000111 101101 1100100 1110

Color Harmonies of #493700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493700

Black with #493700

Text Example


Text Example

White with #493700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493700; }

 p { color: rgb(73,55,0); }

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

background-color css

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

 a { background-color: rgb(73,55,0); }

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

border-color css

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

 span { border-color: rgb(73,55,0); }

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