Html Css Color HEX #493802 Madras

📋 copy color: '#493802'

red 73 ◦ green 56 ◦ blue 2

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

Shades of Madras #493802

Tints of Madras #493802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 42.75%

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

R = 55.73%
G = 42.75%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#493802 (or 0x493802) is known color: Madras. HEX triplet: 49, 38 and 02. RGB value is (73,56,2). Sum of RGB (Red+Green+Blue) = 73+56+2=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #493802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493802 is #B6C7FD. Grayscale: #373737. Windows color (decimal): -11978750 or 145481. OLE color: 145481.

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

Color convert

RGB 73 56 2 -
CMYK 0 0.23 0.97 0.71
HSL 45.63º 0.95% 0.15% -
HSV(B) 45.63º 0.97% 0.29% -
XYZ 4.17 4.25 0.66 -
YUV 54.93 98.13 140.89 -
System Red Green Blue C M Y K H S L
Decimal 73 56 2 0 0.23 0.97 0.71 45.63 0.95 0.15
Hex 49 38 2 0 17 61 47 2E 5F F
Octal 111 70 2 0 27 141 107 56 137 17
Binary 1001001 111000 10 0 10111 1100001 1000111 101110 1011111 1111

Color Harmonies of #493802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493802

Black with #493802

Text Example


Text Example

White with #493802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493802; }

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

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

background-color css

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

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

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

border-color css

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

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

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