Html Css Color HEX #493A00 Madras

📋 copy color: '#493A00'

red 73 ◦ green 58 ◦ blue 0

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

Shades of Madras #493A00

Tints of Madras #493A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.73%
G = 44.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#493A00 (or 0x493A00) is known color: Madras. HEX triplet: 49, 3A and 00. RGB value is (73,58,0). Sum of RGB (Red+Green+Blue) = 73+58+0=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #493A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A00 is #B6C5FF. Grayscale: #383838. Windows color (decimal): -11978240 or 14921. OLE color: 14921.

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

Color convert

RGB 73 58 0 -
CMYK 0 0.21 1 0.71
HSL 47.67º 1% 0.14% -
HSV(B) 47.67º 1% 0.29% -
XYZ 4.26 4.44 0.63 -
YUV 55.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 73 58 0 0 0.21 1 0.71 47.67 1 0.14
Hex 49 3A 0 0 15 64 47 30 64 E
Octal 111 72 0 0 25 144 107 60 144 16
Binary 1001001 111010 0 0 10101 1100100 1000111 110000 1100100 1110

Color Harmonies of #493A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A00

Black with #493A00

Text Example


Text Example

White with #493A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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