Html Css Color HEX #493707 Madras

📋 copy color: '#493707'

red 73 ◦ green 55 ◦ blue 7

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

Shades of Madras #493707

Tints of Madras #493707

RGB

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

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

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

R = 54.07%
G = 40.74%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#493707 (or 0x493707) is known color: Madras. HEX triplet: 49, 37 and 07. RGB value is (73,55,7). Sum of RGB (Red+Green+Blue) = 73+55+7=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #493707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493707 is #B6C8F8. Grayscale: #373737. Windows color (decimal): -11979001 or 472905. OLE color: 472905.

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

Color convert

RGB 73 55 7 -
CMYK 0 0.25 0.90 0.71
HSL 43.64º 0.83% 0.16% -
HSV(B) 43.64º 0.9% 0.29% -
XYZ 4.15 4.16 0.79 -
YUV 54.91 100.96 140.9 -
System Red Green Blue C M Y K H S L
Decimal 73 55 7 0 0.25 0.90 0.71 43.64 0.83 0.16
Hex 49 37 7 0 19 5A 47 2C 52 10
Octal 111 67 7 0 31 132 107 54 122 20
Binary 1001001 110111 111 0 11001 1011010 1000111 101100 1010010 10000

Color Harmonies of #493707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493707

Black with #493707

Text Example


Text Example

White with #493707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493707; }

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

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

background-color css

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

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

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

border-color css

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

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

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