Html Css Color HEX #493914 Madras

📋 copy color: '#493914'

red 73 ◦ green 57 ◦ blue 20

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

Shades of Madras #493914

Tints of Madras #493914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38%

 BLUE value IS 20 (8.2% from 255) = 13.33%

R = 48.67%
G = 38%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#493914 (or 0x493914) is known color: Madras. HEX triplet: 49, 39 and 14. RGB value is (73,57,20). Sum of RGB (Red+Green+Blue) = 73+57+20=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #493914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493914 is #B6C6EB. Grayscale: #393939. Windows color (decimal): -11978476 or 1325385. OLE color: 1325385.

HSL color Cylindrical-coordinate representation of color #493914: hue angle of 41.89º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #493914 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 57 20 -
CMYK 0 0.22 0.73 0.71
HSL 41.89º 0.57% 0.18% -
HSV(B) 41.89º 0.73% 0.29% -
XYZ 4.34 4.39 1.28 -
YUV 57.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 73 57 20 0 0.22 0.73 0.71 41.89 0.57 0.18
Hex 49 39 14 0 16 49 47 2A 39 12
Octal 111 71 24 0 26 111 107 52 71 22
Binary 1001001 111001 10100 0 10110 1001001 1000111 101010 111001 10010

Color Harmonies of #493914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493914

Black with #493914

Text Example


Text Example

White with #493914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493914; }

 p { color: rgb(73,57,20); }

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

background-color css

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

 a { background-color: rgb(73,57,20); }

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

border-color css

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

 span { border-color: rgb(73,57,20); }

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