Html Css Color HEX #503E1A Madras

📋 copy color: '#503E1A'

red 80 ◦ green 62 ◦ blue 26

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

Shades of Madras #503E1A

Tints of Madras #503E1A

RGB

 RED value IS 80 (31.64% from 255) = 47.62%

 GREEN value IS 62 (24.61% from 255) = 36.9%

 BLUE value IS 26 (10.55% from 255) = 15.48%

R = 47.62%
G = 36.9%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#503E1A (or 0x503E1A) is known color: Madras. HEX triplet: 50, 3E and 1A. RGB value is (80,62,26). Sum of RGB (Red+Green+Blue) = 80+62+26=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #503E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E1A is #AFC1E5. Grayscale: #3F3F3F. Windows color (decimal): -11518438 or 1719888. OLE color: 1719888.

HSL color Cylindrical-coordinate representation of color #503E1A: hue angle of 40º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #503E1A is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 62 26 -
CMYK 0 0.22 0.67 0.69
HSL 40º 0.51% 0.21% -
HSV(B) 40º 0.68% 0.31% -
XYZ 5.22 5.23 1.71 -
YUV 63.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 80 62 26 0 0.22 0.67 0.69 40 0.51 0.21
Hex 50 3E 1A 0 16 43 45 28 33 15
Octal 120 76 32 0 26 103 105 50 63 25
Binary 1010000 111110 11010 0 10110 1000011 1000101 101000 110011 10101

Color Harmonies of #503E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503E1A

Black with #503E1A

Text Example


Text Example

White with #503E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503E1A; }

 p { color: rgb(80,62,26); }

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

background-color css

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

 a { background-color: rgb(80,62,26); }

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

border-color css

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

 span { border-color: rgb(80,62,26); }

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