Html Css Color HEX #494002 Madras

📋 copy color: '#494002'

red 73 ◦ green 64 ◦ blue 2

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

Shades of Madras #494002

Tints of Madras #494002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.04%

 BLUE value IS 2 (1.17% from 255) = 1.44%

R = 52.52%
G = 46.04%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#494002 (or 0x494002) is known color: Madras. HEX triplet: 49, 40 and 02. RGB value is (73,64,2). Sum of RGB (Red+Green+Blue) = 73+64+2=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #494002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494002 is #B6BFFD. Grayscale: #3B3B3B. Windows color (decimal): -11976702 or 147529. OLE color: 147529.

HSL color Cylindrical-coordinate representation of color #494002: hue angle of 52.39º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #494002 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 64 2 -
CMYK 0 0.12 0.97 0.71
HSL 52.39º 0.95% 0.15% -
HSV(B) 52.39º 0.97% 0.29% -
XYZ 4.59 5.09 0.8 -
YUV 59.62 95.48 137.54 -
System Red Green Blue C M Y K H S L
Decimal 73 64 2 0 0.12 0.97 0.71 52.39 0.95 0.15
Hex 49 40 2 0 C 61 47 34 5F F
Octal 111 100 2 0 14 141 107 64 137 17
Binary 1001001 1000000 10 0 1100 1100001 1000111 110100 1011111 1111

Color Harmonies of #494002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494002

Black with #494002

Text Example


Text Example

White with #494002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494002; }

 p { color: rgb(73,64,2); }

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

background-color css

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

 a { background-color: rgb(73,64,2); }

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

border-color css

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

 span { border-color: rgb(73,64,2); }

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