Html Css Color HEX #493A03 Madras

📋 copy color: '#493A03'

red 73 ◦ green 58 ◦ blue 3

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

Shades of Madras #493A03

Tints of Madras #493A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.24%

R = 54.48%
G = 43.28%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#493A03 (or 0x493A03) is known color: Madras. HEX triplet: 49, 3A and 03. RGB value is (73,58,3). Sum of RGB (Red+Green+Blue) = 73+58+3=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #493A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A03 is #B6C5FC. Grayscale: #383838. Windows color (decimal): -11978237 or 211529. OLE color: 211529.

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

Color convert

RGB 73 58 3 -
CMYK 0 0.21 0.96 0.71
HSL 47.14º 0.92% 0.15% -
HSV(B) 47.14º 0.96% 0.29% -
XYZ 4.28 4.45 0.72 -
YUV 56.22 97.97 139.97 -
System Red Green Blue C M Y K H S L
Decimal 73 58 3 0 0.21 0.96 0.71 47.14 0.92 0.15
Hex 49 3A 3 0 15 60 47 2F 5C F
Octal 111 72 3 0 25 140 107 57 134 17
Binary 1001001 111010 11 0 10101 1100000 1000111 101111 1011100 1111

Color Harmonies of #493A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A03

Black with #493A03

Text Example


Text Example

White with #493A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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