Html Css Color HEX #493E05 Madras

📋 copy color: '#493E05'

red 73 ◦ green 62 ◦ blue 5

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

Shades of Madras #493E05

Tints of Madras #493E05

RGB

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

 GREEN value IS 62 (24.61% from 255) = 44.29%

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

R = 52.14%
G = 44.29%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#493E05 (or 0x493E05) is known color: Madras. HEX triplet: 49, 3E and 05. RGB value is (73,62,5). Sum of RGB (Red+Green+Blue) = 73+62+5=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 62 (24.61% from 255 or 44.29% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #493E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493E05 is #B6C1FA. Grayscale: #3B3B3B. Windows color (decimal): -11977211 or 343625. OLE color: 343625.

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

Color convert

RGB 73 62 5 -
CMYK 0 0.15 0.93 0.71
HSL 50.29º 0.87% 0.15% -
HSV(B) 50.29º 0.93% 0.29% -
XYZ 4.5 4.87 0.85 -
YUV 58.79 97.64 138.13 -
System Red Green Blue C M Y K H S L
Decimal 73 62 5 0 0.15 0.93 0.71 50.29 0.87 0.15
Hex 49 3E 5 0 F 5D 47 32 57 F
Octal 111 76 5 0 17 135 107 62 127 17
Binary 1001001 111110 101 0 1111 1011101 1000111 110010 1010111 1111

Color Harmonies of #493E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E05

Black with #493E05

Text Example


Text Example

White with #493E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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