Html Css Color HEX #494300 Madras

📋 copy color: '#494300'

red 73 ◦ green 67 ◦ blue 0

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

Shades of Madras #494300

Tints of Madras #494300

RGB

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

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

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

R = 52.14%
G = 47.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#494300 (or 0x494300) is known color: Madras. HEX triplet: 49, 43 and 00. RGB value is (73,67,0). Sum of RGB (Red+Green+Blue) = 73+67+0=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #494300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494300 is #B6BCFF. Grayscale: #3D3D3D. Windows color (decimal): -11975936 or 17225. OLE color: 17225.

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

Color convert

RGB 73 67 0 -
CMYK 0 0.08 1 0.71
HSL 55.07º 1% 0.14% -
HSV(B) 55.07º 1% 0.29% -
XYZ 4.75 5.43 0.8 -
YUV 61.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 73 67 0 0 0.08 1 0.71 55.07 1 0.14
Hex 49 43 0 0 8 64 47 37 64 E
Octal 111 103 0 0 10 144 107 67 144 16
Binary 1001001 1000011 0 0 1000 1100100 1000111 110111 1100100 1110

Color Harmonies of #494300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494300

Black with #494300

Text Example


Text Example

White with #494300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494300; }

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

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

background-color css

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

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

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

border-color css

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

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

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