Html Css Color HEX #494308 Madras

📋 copy color: '#494308'

red 73 ◦ green 67 ◦ blue 8

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

Shades of Madras #494308

Tints of Madras #494308

RGB

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

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

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

R = 49.32%
G = 45.27%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#494308 (or 0x494308) is known color: Madras. HEX triplet: 49, 43 and 08. RGB value is (73,67,8). Sum of RGB (Red+Green+Blue) = 73+67+8=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #494308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494308 is #B6BCF7. Grayscale: #3E3E3E. Windows color (decimal): -11975928 or 541513. OLE color: 541513.

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

Color convert

RGB 73 67 8 -
CMYK 0 0.08 0.89 0.71
HSL 54.46º 0.8% 0.16% -
HSV(B) 54.46º 0.89% 0.29% -
XYZ 4.8 5.45 1.03 -
YUV 62.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 73 67 8 0 0.08 0.89 0.71 54.46 0.8 0.16
Hex 49 43 8 0 8 59 47 36 50 10
Octal 111 103 10 0 10 131 107 66 120 20
Binary 1001001 1000011 1000 0 1000 1011001 1000111 110110 1010000 10000

Color Harmonies of #494308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494308

Black with #494308

Text Example


Text Example

White with #494308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494308; }

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

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

background-color css

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

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

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

border-color css

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

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

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