Html Css Color HEX #494204 Madras

📋 copy color: '#494204'

red 73 ◦ green 66 ◦ blue 4

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

Shades of Madras #494204

Tints of Madras #494204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.8%

R = 51.05%
G = 46.15%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#494204 (or 0x494204) is known color: Madras. HEX triplet: 49, 42 and 04. RGB value is (73,66,4). Sum of RGB (Red+Green+Blue) = 73+66+4=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #494204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494204 is #B6BDFB. Grayscale: #3D3D3D. Windows color (decimal): -11976188 or 279113. OLE color: 279113.

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

Color convert

RGB 73 66 4 -
CMYK 0 0.10 0.95 0.71
HSL 53.91º 0.9% 0.15% -
HSV(B) 53.91º 0.95% 0.29% -
XYZ 4.72 5.32 0.89 -
YUV 61.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 73 66 4 0 0.10 0.95 0.71 53.91 0.9 0.15
Hex 49 42 4 0 A 5F 47 36 5A F
Octal 111 102 4 0 12 137 107 66 132 17
Binary 1001001 1000010 100 0 1010 1011111 1000111 110110 1011010 1111

Color Harmonies of #494204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494204

Black with #494204

Text Example


Text Example

White with #494204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494204; }

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

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

background-color css

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

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

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

border-color css

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

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

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