Html Css Color HEX #493808 Madras

📋 copy color: '#493808'

red 73 ◦ green 56 ◦ blue 8

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

Shades of Madras #493808

Tints of Madras #493808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.84%

R = 53.28%
G = 40.88%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#493808 (or 0x493808) is known color: Madras. HEX triplet: 49, 38 and 08. RGB value is (73,56,8). Sum of RGB (Red+Green+Blue) = 73+56+8=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #493808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493808 is #B6C7F7. Grayscale: #373737. Windows color (decimal): -11978744 or 538697. OLE color: 538697.

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

Color convert

RGB 73 56 8 -
CMYK 0 0.23 0.89 0.71
HSL 44.31º 0.8% 0.16% -
HSV(B) 44.31º 0.89% 0.29% -
XYZ 4.21 4.26 0.83 -
YUV 55.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 73 56 8 0 0.23 0.89 0.71 44.31 0.8 0.16
Hex 49 38 8 0 17 59 47 2C 50 10
Octal 111 70 10 0 27 131 107 54 120 20
Binary 1001001 111000 1000 0 10111 1011001 1000111 101100 1010000 10000

Color Harmonies of #493808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493808

Black with #493808

Text Example


Text Example

White with #493808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493808; }

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

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

background-color css

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

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

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

border-color css

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

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

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