Html Css Color HEX #493502 Madras

📋 copy color: '#493502'

red 73 ◦ green 53 ◦ blue 2

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

Shades of Madras #493502

Tints of Madras #493502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.41%

 BLUE value IS 2 (1.17% from 255) = 1.56%

R = 57.03%
G = 41.41%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#493502 (or 0x493502) is known color: Madras. HEX triplet: 49, 35 and 02. RGB value is (73,53,2). Sum of RGB (Red+Green+Blue) = 73+53+2=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #493502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493502 is #B6CAFD. Grayscale: #353535. Windows color (decimal): -11979518 or 144713. OLE color: 144713.

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

Color convert

RGB 73 53 2 -
CMYK 0 0.27 0.97 0.71
HSL 43.1º 0.95% 0.15% -
HSV(B) 43.1º 0.97% 0.29% -
XYZ 4.03 3.97 0.61 -
YUV 53.17 99.13 142.15 -
System Red Green Blue C M Y K H S L
Decimal 73 53 2 0 0.27 0.97 0.71 43.1 0.95 0.15
Hex 49 35 2 0 1B 61 47 2B 5F F
Octal 111 65 2 0 33 141 107 53 137 17
Binary 1001001 110101 10 0 11011 1100001 1000111 101011 1011111 1111

Color Harmonies of #493502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493502

Black with #493502

Text Example


Text Example

White with #493502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493502; }

 p { color: rgb(73,53,2); }

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

background-color css

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

 a { background-color: rgb(73,53,2); }

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

border-color css

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

 span { border-color: rgb(73,53,2); }

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