Html Css Color HEX #493608 Madras

📋 copy color: '#493608'

red 73 ◦ green 54 ◦ blue 8

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

Shades of Madras #493608

Tints of Madras #493608

RGB

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

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

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

R = 54.07%
G = 40%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#493608 (or 0x493608) is known color: Madras. HEX triplet: 49, 36 and 08. RGB value is (73,54,8). Sum of RGB (Red+Green+Blue) = 73+54+8=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #493608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493608 is #B6C9F7. Grayscale: #363636. Windows color (decimal): -11979256 or 538185. OLE color: 538185.

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

Color convert

RGB 73 54 8 -
CMYK 0 0.26 0.89 0.71
HSL 42.46º 0.8% 0.16% -
HSV(B) 42.46º 0.89% 0.29% -
XYZ 4.11 4.07 0.8 -
YUV 54.44 101.79 141.24 -
System Red Green Blue C M Y K H S L
Decimal 73 54 8 0 0.26 0.89 0.71 42.46 0.8 0.16
Hex 49 36 8 0 1A 59 47 2A 50 10
Octal 111 66 10 0 32 131 107 52 120 20
Binary 1001001 110110 1000 0 11010 1011001 1000111 101010 1010000 10000

Color Harmonies of #493608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493608

Black with #493608

Text Example


Text Example

White with #493608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493608; }

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

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

background-color css

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

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

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

border-color css

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

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

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