Html Css Color HEX #493A06 Madras

📋 copy color: '#493A06'

red 73 ◦ green 58 ◦ blue 6

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

Shades of Madras #493A06

Tints of Madras #493A06

RGB

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

 GREEN value IS 58 (23.05% from 255) = 42.34%

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

R = 53.28%
G = 42.34%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#493A06 (or 0x493A06) is known color: Madras. HEX triplet: 49, 3A and 06. RGB value is (73,58,6). Sum of RGB (Red+Green+Blue) = 73+58+6=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #493A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A06 is #B6C5F9. Grayscale: #383838. Windows color (decimal): -11978234 or 408137. OLE color: 408137.

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

Color convert

RGB 73 58 6 -
CMYK 0 0.21 0.92 0.71
HSL 46.57º 0.85% 0.15% -
HSV(B) 46.57º 0.92% 0.29% -
XYZ 4.29 4.46 0.81 -
YUV 56.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 73 58 6 0 0.21 0.92 0.71 46.57 0.85 0.15
Hex 49 3A 6 0 15 5C 47 2F 55 F
Octal 111 72 6 0 25 134 107 57 125 17
Binary 1001001 111010 110 0 10101 1011100 1000111 101111 1010101 1111

Color Harmonies of #493A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A06

Black with #493A06

Text Example


Text Example

White with #493A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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