Html Css Color HEX #493907 Madras

📋 copy color: '#493907'

red 73 ◦ green 57 ◦ blue 7

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

Shades of Madras #493907

Tints of Madras #493907

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.61%

 BLUE value IS 7 (3.13% from 255) = 5.11%

R = 53.28%
G = 41.61%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#493907 (or 0x493907) is known color: Madras. HEX triplet: 49, 39 and 07. RGB value is (73,57,7). Sum of RGB (Red+Green+Blue) = 73+57+7=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #493907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493907 is #B6C6F8. Grayscale: #383838. Windows color (decimal): -11978489 or 473417. OLE color: 473417.

HSL color Cylindrical-coordinate representation of color #493907: hue angle of 45.45º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #493907 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 57 7 -
CMYK 0 0.22 0.90 0.71
HSL 45.45º 0.83% 0.16% -
HSV(B) 45.45º 0.9% 0.29% -
XYZ 4.25 4.36 0.82 -
YUV 56.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 73 57 7 0 0.22 0.90 0.71 45.45 0.83 0.16
Hex 49 39 7 0 16 5A 47 2D 52 10
Octal 111 71 7 0 26 132 107 55 122 20
Binary 1001001 111001 111 0 10110 1011010 1000111 101101 1010010 10000

Color Harmonies of #493907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493907

Black with #493907

Text Example


Text Example

White with #493907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493907; }

 p { color: rgb(73,57,7); }

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

background-color css

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

 a { background-color: rgb(73,57,7); }

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

border-color css

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

 span { border-color: rgb(73,57,7); }

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