Html Css Color HEX #494203 Madras

📋 copy color: '#494203'

red 73 ◦ green 66 ◦ blue 3

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

Shades of Madras #494203

Tints of Madras #494203

RGB

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

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

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

R = 51.41%
G = 46.48%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#494203 (or 0x494203) is known color: Madras. HEX triplet: 49, 42 and 03. RGB value is (73,66,3). Sum of RGB (Red+Green+Blue) = 73+66+3=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #494203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494203 is #B6BDFC. Grayscale: #3D3D3D. Windows color (decimal): -11976189 or 213577. OLE color: 213577.

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

Color convert

RGB 73 66 3 -
CMYK 0 0.10 0.96 0.71
HSL 54º 0.92% 0.15% -
HSV(B) 54º 0.96% 0.29% -
XYZ 4.71 5.32 0.86 -
YUV 60.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 73 66 3 0 0.10 0.96 0.71 54 0.92 0.15
Hex 49 42 3 0 A 60 47 36 5C F
Octal 111 102 3 0 12 140 107 66 134 17
Binary 1001001 1000010 11 0 1010 1100000 1000111 110110 1011100 1111

Color Harmonies of #494203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494203

Black with #494203

Text Example


Text Example

White with #494203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494203; }

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

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

background-color css

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

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

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

border-color css

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

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

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