Html Css Color HEX #493602 Madras

📋 copy color: '#493602'

red 73 ◦ green 54 ◦ blue 2

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

Shades of Madras #493602

Tints of Madras #493602

RGB

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

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

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

R = 56.59%
G = 41.86%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#493602 (or 0x493602) is known color: Madras. HEX triplet: 49, 36 and 02. RGB value is (73,54,2). Sum of RGB (Red+Green+Blue) = 73+54+2=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #493602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493602 is #B6C9FD. Grayscale: #353535. Windows color (decimal): -11979262 or 144969. OLE color: 144969.

HSL color Cylindrical-coordinate representation of color #493602: hue angle of 43.94º 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 #493602 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 54 2 -
CMYK 0 0.26 0.97 0.71
HSL 43.94º 0.95% 0.15% -
HSV(B) 43.94º 0.97% 0.29% -
XYZ 4.08 4.06 0.63 -
YUV 53.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 73 54 2 0 0.26 0.97 0.71 43.94 0.95 0.15
Hex 49 36 2 0 1A 61 47 2C 5F F
Octal 111 66 2 0 32 141 107 54 137 17
Binary 1001001 110110 10 0 11010 1100001 1000111 101100 1011111 1111

Color Harmonies of #493602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493602

Black with #493602

Text Example


Text Example

White with #493602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493602; }

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

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

background-color css

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

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

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

border-color css

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

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

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