Html Css Color HEX #493704 Madras

📋 copy color: '#493704'

red 73 ◦ green 55 ◦ blue 4

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

Shades of Madras #493704

Tints of Madras #493704

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.67%

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

R = 55.3%
G = 41.67%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#493704 (or 0x493704) is known color: Madras. HEX triplet: 49, 37 and 04. RGB value is (73,55,4). Sum of RGB (Red+Green+Blue) = 73+55+4=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #493704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493704 is #B6C8FB. Grayscale: #363636. Windows color (decimal): -11979004 or 276297. OLE color: 276297.

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

Color convert

RGB 73 55 4 -
CMYK 0 0.25 0.95 0.71
HSL 44.35º 0.9% 0.15% -
HSV(B) 44.35º 0.95% 0.29% -
XYZ 4.14 4.16 0.7 -
YUV 54.57 99.46 141.15 -
System Red Green Blue C M Y K H S L
Decimal 73 55 4 0 0.25 0.95 0.71 44.35 0.9 0.15
Hex 49 37 4 0 19 5F 47 2C 5A F
Octal 111 67 4 0 31 137 107 54 132 17
Binary 1001001 110111 100 0 11001 1011111 1000111 101100 1011010 1111

Color Harmonies of #493704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493704

Black with #493704

Text Example


Text Example

White with #493704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493704; }

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

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

background-color css

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

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

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

border-color css

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

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

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