Html Css Color HEX #494301 Madras

📋 copy color: '#494301'

red 73 ◦ green 67 ◦ blue 1

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

Shades of Madras #494301

Tints of Madras #494301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.71%

R = 51.77%
G = 47.52%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#494301 (or 0x494301) is known color: Madras. HEX triplet: 49, 43 and 01. RGB value is (73,67,1). Sum of RGB (Red+Green+Blue) = 73+67+1=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #494301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494301 is #B6BCFE. Grayscale: #3D3D3D. Windows color (decimal): -11975935 or 82761. OLE color: 82761.

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

Color convert

RGB 73 67 1 -
CMYK 0 0.08 0.99 0.71
HSL 55º 0.97% 0.15% -
HSV(B) 55º 0.99% 0.29% -
XYZ 4.76 5.43 0.83 -
YUV 61.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 73 67 1 0 0.08 0.99 0.71 55 0.97 0.15
Hex 49 43 1 0 8 63 47 37 61 F
Octal 111 103 1 0 10 143 107 67 141 17
Binary 1001001 1000011 1 0 1000 1100011 1000111 110111 1100001 1111

Color Harmonies of #494301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494301

Black with #494301

Text Example


Text Example

White with #494301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494301; }

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

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

background-color css

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

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

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

border-color css

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

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

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