Html Css Color HEX #494405 Madras

📋 copy color: '#494405'

red 73 ◦ green 68 ◦ blue 5

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

Shades of Madras #494405

Tints of Madras #494405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.58%

 BLUE value IS 5 (2.34% from 255) = 3.42%

R = 50%
G = 46.58%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#494405 (or 0x494405) is known color: Madras. HEX triplet: 49, 44 and 05. RGB value is (73,68,5). Sum of RGB (Red+Green+Blue) = 73+68+5=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #494405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494405 is #B6BBFA. Grayscale: #3E3E3E. Windows color (decimal): -11975675 or 345161. OLE color: 345161.

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

Color convert

RGB 73 68 5 -
CMYK 0 0.07 0.93 0.71
HSL 55.59º 0.87% 0.15% -
HSV(B) 55.59º 0.93% 0.29% -
XYZ 4.84 5.56 0.96 -
YUV 62.31 95.66 135.62 -
System Red Green Blue C M Y K H S L
Decimal 73 68 5 0 0.07 0.93 0.71 55.59 0.87 0.15
Hex 49 44 5 0 7 5D 47 38 57 F
Octal 111 104 5 0 7 135 107 70 127 17
Binary 1001001 1000100 101 0 111 1011101 1000111 111000 1010111 1111

Color Harmonies of #494405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494405

Black with #494405

Text Example


Text Example

White with #494405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494405; }

 p { color: rgb(73,68,5); }

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

background-color css

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

 a { background-color: rgb(73,68,5); }

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

border-color css

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

 span { border-color: rgb(73,68,5); }

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