Html Css Color HEX #493E06 Madras

📋 copy color: '#493E06'

red 73 ◦ green 62 ◦ blue 6

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

Shades of Madras #493E06

Tints of Madras #493E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.26%

R = 51.77%
G = 43.97%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#493E06 (or 0x493E06) is known color: Madras. HEX triplet: 49, 3E and 06. RGB value is (73,62,6). Sum of RGB (Red+Green+Blue) = 73+62+6=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #493E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493E06 is #B6C1F9. Grayscale: #3B3B3B. Windows color (decimal): -11977210 or 409161. OLE color: 409161.

HSL color Cylindrical-coordinate representation of color #493E06: hue angle of 50.15º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #493E06 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 62 6 -
CMYK 0 0.15 0.92 0.71
HSL 50.15º 0.85% 0.15% -
HSV(B) 50.15º 0.92% 0.29% -
XYZ 4.5 4.87 0.88 -
YUV 58.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 73 62 6 0 0.15 0.92 0.71 50.15 0.85 0.15
Hex 49 3E 6 0 F 5C 47 32 55 F
Octal 111 76 6 0 17 134 107 62 125 17
Binary 1001001 111110 110 0 1111 1011100 1000111 110010 1010101 1111

Color Harmonies of #493E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E06

Black with #493E06

Text Example


Text Example

White with #493E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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