Html Css Color HEX #494302 Madras

📋 copy color: '#494302'

red 73 ◦ green 67 ◦ blue 2

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

Shades of Madras #494302

Tints of Madras #494302

RGB

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

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

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

R = 51.41%
G = 47.18%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#494302 (or 0x494302) is known color: Madras. HEX triplet: 49, 43 and 02. RGB value is (73,67,2). Sum of RGB (Red+Green+Blue) = 73+67+2=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #494302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494302 is #B6BCFD. Grayscale: #3D3D3D. Windows color (decimal): -11975934 or 148297. OLE color: 148297.

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

Color convert

RGB 73 67 2 -
CMYK 0 0.08 0.97 0.71
HSL 54.93º 0.95% 0.15% -
HSV(B) 54.93º 0.97% 0.29% -
XYZ 4.77 5.44 0.86 -
YUV 61.38 94.49 136.29 -
System Red Green Blue C M Y K H S L
Decimal 73 67 2 0 0.08 0.97 0.71 54.93 0.95 0.15
Hex 49 43 2 0 8 61 47 37 5F F
Octal 111 103 2 0 10 141 107 67 137 17
Binary 1001001 1000011 10 0 1000 1100001 1000111 110111 1011111 1111

Color Harmonies of #494302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494302

Black with #494302

Text Example


Text Example

White with #494302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494302; }

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

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

background-color css

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

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

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

border-color css

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

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

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