Html Css Color HEX #493800 Madras

📋 copy color: '#493800'

red 73 ◦ green 56 ◦ blue 0

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

Shades of Madras #493800

Tints of Madras #493800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.59%
G = 43.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#493800 (or 0x493800) is known color: Madras. HEX triplet: 49, 38 and 00. RGB value is (73,56,0). Sum of RGB (Red+Green+Blue) = 73+56+0=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #493800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493800 is #B6C7FF. Grayscale: #363636. Windows color (decimal): -11978752 or 14409. OLE color: 14409.

HSL color Cylindrical-coordinate representation of color #493800: hue angle of 46.03º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #493800 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 56 0 -
CMYK 0 0.23 1 0.71
HSL 46.03º 1% 0.14% -
HSV(B) 46.03º 1% 0.29% -
XYZ 4.16 4.24 0.6 -
YUV 54.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 73 56 0 0 0.23 1 0.71 46.03 1 0.14
Hex 49 38 0 0 17 64 47 2E 64 E
Octal 111 70 0 0 27 144 107 56 144 16
Binary 1001001 111000 0 0 10111 1100100 1000111 101110 1100100 1110

Color Harmonies of #493800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493800

Black with #493800

Text Example


Text Example

White with #493800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493800; }

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

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

background-color css

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

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

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

border-color css

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

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

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