Html Css Color HEX #503D19 Madras

📋 copy color: '#503D19'

red 80 ◦ green 61 ◦ blue 25

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

Shades of Madras #503D19

Tints of Madras #503D19

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.75%

 BLUE value IS 25 (10.16% from 255) = 15.06%

R = 48.19%
G = 36.75%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#503D19 (or 0x503D19) is known color: Madras. HEX triplet: 50, 3D and 19. RGB value is (80,61,25). Sum of RGB (Red+Green+Blue) = 80+61+25=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #503D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503D19 is #AFC2E6. Grayscale: #3E3E3E. Windows color (decimal): -11518695 or 1654096. OLE color: 1654096.

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

Color convert

RGB 80 61 25 -
CMYK 0 0.24 0.69 0.69
HSL 39.27º 0.52% 0.21% -
HSV(B) 39.27º 0.69% 0.31% -
XYZ 5.15 5.11 1.64 -
YUV 62.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 80 61 25 0 0.24 0.69 0.69 39.27 0.52 0.21
Hex 50 3D 19 0 18 45 45 27 34 15
Octal 120 75 31 0 30 105 105 47 64 25
Binary 1010000 111101 11001 0 11000 1000101 1000101 100111 110100 10101

Color Harmonies of #503D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D19

Black with #503D19

Text Example


Text Example

White with #503D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,61,25); }

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

background-color css

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

 a { background-color: rgb(80,61,25); }

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

border-color css

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

 span { border-color: rgb(80,61,25); }

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