Html Css Color HEX #493605 Madras

📋 copy color: '#493605'

red 73 ◦ green 54 ◦ blue 5

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

Shades of Madras #493605

Tints of Madras #493605

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.91%

 BLUE value IS 5 (2.34% from 255) = 3.79%

R = 55.3%
G = 40.91%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#493605 (or 0x493605) is known color: Madras. HEX triplet: 49, 36 and 05. RGB value is (73,54,5). Sum of RGB (Red+Green+Blue) = 73+54+5=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #493605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493605 is #B6C9FA. Grayscale: #363636. Windows color (decimal): -11979259 or 341577. OLE color: 341577.

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

Color convert

RGB 73 54 5 -
CMYK 0 0.26 0.93 0.71
HSL 43.24º 0.87% 0.15% -
HSV(B) 43.24º 0.93% 0.29% -
XYZ 4.09 4.07 0.71 -
YUV 54.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 73 54 5 0 0.26 0.93 0.71 43.24 0.87 0.15
Hex 49 36 5 0 1A 5D 47 2B 57 F
Octal 111 66 5 0 32 135 107 53 127 17
Binary 1001001 110110 101 0 11010 1011101 1000111 101011 1010111 1111

Color Harmonies of #493605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493605

Black with #493605

Text Example


Text Example

White with #493605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493605; }

 p { color: rgb(73,54,5); }

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

background-color css

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

 a { background-color: rgb(73,54,5); }

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

border-color css

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

 span { border-color: rgb(73,54,5); }

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