Html Css Color HEX #494202 Madras

📋 copy color: '#494202'

red 73 ◦ green 66 ◦ blue 2

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

Shades of Madras #494202

Tints of Madras #494202

RGB

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

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

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

R = 51.77%
G = 46.81%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#494202 (or 0x494202) is known color: Madras. HEX triplet: 49, 42 and 02. RGB value is (73,66,2). Sum of RGB (Red+Green+Blue) = 73+66+2=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #494202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494202 is #B6BDFD. Grayscale: #3D3D3D. Windows color (decimal): -11976190 or 148041. OLE color: 148041.

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

Color convert

RGB 73 66 2 -
CMYK 0 0.10 0.97 0.71
HSL 54.08º 0.95% 0.15% -
HSV(B) 54.08º 0.97% 0.29% -
XYZ 4.71 5.32 0.84 -
YUV 60.8 94.82 136.7 -
System Red Green Blue C M Y K H S L
Decimal 73 66 2 0 0.10 0.97 0.71 54.08 0.95 0.15
Hex 49 42 2 0 A 61 47 36 5F F
Octal 111 102 2 0 12 141 107 66 137 17
Binary 1001001 1000010 10 0 1010 1100001 1000111 110110 1011111 1111

Color Harmonies of #494202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494202

Black with #494202

Text Example


Text Example

White with #494202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494202; }

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

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

background-color css

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

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

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

border-color css

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

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

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