Html Css Color HEX #494303 Madras

📋 copy color: '#494303'

red 73 ◦ green 67 ◦ blue 3

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

Shades of Madras #494303

Tints of Madras #494303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.1%

R = 51.05%
G = 46.85%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#494303 (or 0x494303) is known color: Madras. HEX triplet: 49, 43 and 03. RGB value is (73,67,3). Sum of RGB (Red+Green+Blue) = 73+67+3=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #494303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494303 is #B6BCFC. Grayscale: #3D3D3D. Windows color (decimal): -11975933 or 213833. OLE color: 213833.

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

Color convert

RGB 73 67 3 -
CMYK 0 0.08 0.96 0.71
HSL 54.86º 0.92% 0.15% -
HSV(B) 54.86º 0.96% 0.29% -
XYZ 4.77 5.44 0.88 -
YUV 61.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 73 67 3 0 0.08 0.96 0.71 54.86 0.92 0.15
Hex 49 43 3 0 8 60 47 37 5C F
Octal 111 103 3 0 10 140 107 67 134 17
Binary 1001001 1000011 11 0 1000 1100000 1000111 110111 1011100 1111

Color Harmonies of #494303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494303

Black with #494303

Text Example


Text Example

White with #494303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494303; }

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

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

background-color css

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

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

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

border-color css

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

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

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