Html Css Color HEX #494008 Madras

📋 copy color: '#494008'

red 73 ◦ green 64 ◦ blue 8

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

Shades of Madras #494008

Tints of Madras #494008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.14%

 BLUE value IS 8 (3.52% from 255) = 5.52%

R = 50.34%
G = 44.14%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#494008 (or 0x494008) is known color: Madras. HEX triplet: 49, 40 and 08. RGB value is (73,64,8). Sum of RGB (Red+Green+Blue) = 73+64+8=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #494008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494008 is #B6BFF7. Grayscale: #3C3C3C. Windows color (decimal): -11976696 or 540745. OLE color: 540745.

HSL color Cylindrical-coordinate representation of color #494008: hue angle of 51.69º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #494008 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 64 8 -
CMYK 0 0.12 0.89 0.71
HSL 51.69º 0.8% 0.16% -
HSV(B) 51.69º 0.89% 0.29% -
XYZ 4.62 5.1 0.97 -
YUV 60.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 73 64 8 0 0.12 0.89 0.71 51.69 0.8 0.16
Hex 49 40 8 0 C 59 47 34 50 10
Octal 111 100 10 0 14 131 107 64 120 20
Binary 1001001 1000000 1000 0 1100 1011001 1000111 110100 1010000 10000

Color Harmonies of #494008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494008

Black with #494008

Text Example


Text Example

White with #494008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494008; }

 p { color: rgb(73,64,8); }

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

background-color css

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

 a { background-color: rgb(73,64,8); }

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

border-color css

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

 span { border-color: rgb(73,64,8); }

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