Html Css Color HEX #494307 Madras

📋 copy color: '#494307'

red 73 ◦ green 67 ◦ blue 7

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

Shades of Madras #494307

Tints of Madras #494307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.76%

R = 49.66%
G = 45.58%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#494307 (or 0x494307) is known color: Madras. HEX triplet: 49, 43 and 07. RGB value is (73,67,7). Sum of RGB (Red+Green+Blue) = 73+67+7=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #494307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494307 is #B6BCF8. Grayscale: #3E3E3E. Windows color (decimal): -11975929 or 475977. OLE color: 475977.

HSL color Cylindrical-coordinate representation of color #494307: hue angle of 54.55º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #494307 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 67 7 -
CMYK 0 0.08 0.90 0.71
HSL 54.55º 0.83% 0.16% -
HSV(B) 54.55º 0.9% 0.29% -
XYZ 4.79 5.45 1 -
YUV 61.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 73 67 7 0 0.08 0.90 0.71 54.55 0.83 0.16
Hex 49 43 7 0 8 5A 47 37 52 10
Octal 111 103 7 0 10 132 107 67 122 20
Binary 1001001 1000011 111 0 1000 1011010 1000111 110111 1010010 10000

Color Harmonies of #494307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494307

Black with #494307

Text Example


Text Example

White with #494307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494307; }

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

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

background-color css

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

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

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

border-color css

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

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

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