Html Css Color HEX #494102 Madras

📋 copy color: '#494102'

red 73 ◦ green 65 ◦ blue 2

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

Shades of Madras #494102

Tints of Madras #494102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.43%

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

R = 52.14%
G = 46.43%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#494102 (or 0x494102) is known color: Madras. HEX triplet: 49, 41 and 02. RGB value is (73,65,2). Sum of RGB (Red+Green+Blue) = 73+65+2=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #494102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494102 is #B6BEFD. Grayscale: #3C3C3C. Windows color (decimal): -11976446 or 147785. OLE color: 147785.

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

Color convert

RGB 73 65 2 -
CMYK 0 0.11 0.97 0.71
HSL 53.24º 0.95% 0.15% -
HSV(B) 53.24º 0.97% 0.29% -
XYZ 4.65 5.2 0.82 -
YUV 60.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 73 65 2 0 0.11 0.97 0.71 53.24 0.95 0.15
Hex 49 41 2 0 B 61 47 35 5F F
Octal 111 101 2 0 13 141 107 65 137 17
Binary 1001001 1000001 10 0 1011 1100001 1000111 110101 1011111 1111

Color Harmonies of #494102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494102

Black with #494102

Text Example


Text Example

White with #494102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494102; }

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

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

background-color css

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

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

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

border-color css

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

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

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