Html Css Color HEX #494200 Madras

📋 copy color: '#494200'

red 73 ◦ green 66 ◦ blue 0

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

Shades of Madras #494200

Tints of Madras #494200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.48%

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

R = 52.52%
G = 47.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#494200 (or 0x494200) is known color: Madras. HEX triplet: 49, 42 and 00. RGB value is (73,66,0). Sum of RGB (Red+Green+Blue) = 73+66+0=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #494200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494200 is #B6BDFF. Grayscale: #3C3C3C. Windows color (decimal): -11976192 or 16969. OLE color: 16969.

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

Color convert

RGB 73 66 0 -
CMYK 0 0.10 1 0.71
HSL 54.25º 1% 0.14% -
HSV(B) 54.25º 1% 0.29% -
XYZ 4.7 5.31 0.78 -
YUV 60.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 73 66 0 0 0.10 1 0.71 54.25 1 0.14
Hex 49 42 0 0 A 64 47 36 64 E
Octal 111 102 0 0 12 144 107 66 144 16
Binary 1001001 1000010 0 0 1010 1100100 1000111 110110 1100100 1110

Color Harmonies of #494200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494200

Black with #494200

Text Example


Text Example

White with #494200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494200; }

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

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

background-color css

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

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

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

border-color css

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

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

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