Html Css Color HEX #493705 Madras

📋 copy color: '#493705'

red 73 ◦ green 55 ◦ blue 5

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

Shades of Madras #493705

Tints of Madras #493705

RGB

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

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

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

R = 54.89%
G = 41.35%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#493705 (or 0x493705) is known color: Madras. HEX triplet: 49, 37 and 05. RGB value is (73,55,5). Sum of RGB (Red+Green+Blue) = 73+55+5=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #493705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493705 is #B6C8FA. Grayscale: #363636. Windows color (decimal): -11979003 or 341833. OLE color: 341833.

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

Color convert

RGB 73 55 5 -
CMYK 0 0.25 0.93 0.71
HSL 44.12º 0.87% 0.15% -
HSV(B) 44.12º 0.93% 0.29% -
XYZ 4.14 4.16 0.73 -
YUV 54.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 73 55 5 0 0.25 0.93 0.71 44.12 0.87 0.15
Hex 49 37 5 0 19 5D 47 2C 57 F
Octal 111 67 5 0 31 135 107 54 127 17
Binary 1001001 110111 101 0 11001 1011101 1000111 101100 1010111 1111

Color Harmonies of #493705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493705

Black with #493705

Text Example


Text Example

White with #493705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493705; }

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

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

background-color css

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

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

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

border-color css

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

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

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