Html Css Color HEX #503C19 Madras

📋 copy color: '#503C19'

red 80 ◦ green 60 ◦ blue 25

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

Shades of Madras #503C19

Tints of Madras #503C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.36%

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

R = 48.48%
G = 36.36%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#503C19 (or 0x503C19) is known color: Madras. HEX triplet: 50, 3C and 19. RGB value is (80,60,25). Sum of RGB (Red+Green+Blue) = 80+60+25=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #503C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503C19 is #AFC3E6. Grayscale: #3E3E3E. Windows color (decimal): -11518951 or 1653840. OLE color: 1653840.

HSL color Cylindrical-coordinate representation of color #503C19: hue angle of 38.18º 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 #503C19 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 60 25 -
CMYK 0 0.25 0.69 0.69
HSL 38.18º 0.52% 0.21% -
HSV(B) 38.18º 0.69% 0.31% -
XYZ 5.1 5.01 1.62 -
YUV 61.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 80 60 25 0 0.25 0.69 0.69 38.18 0.52 0.21
Hex 50 3C 19 0 19 45 45 26 34 15
Octal 120 74 31 0 31 105 105 46 64 25
Binary 1010000 111100 11001 0 11001 1000101 1000101 100110 110100 10101

Color Harmonies of #503C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C19

Black with #503C19

Text Example


Text Example

White with #503C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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